上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 97 下一页
摘要: https://s3.amazonaws.com/text-datasets/imdb.npz 阅读全文
posted @ 2020-06-11 12:48 市丸银 阅读(942) 评论(1) 推荐(0)
摘要: 好久不用matplotlib import matplotlib.pyplot as plt plt.figure() # 画图 plt.imshow(train_images[0]) # numpy plt.show() # 展示 阅读全文
posted @ 2020-06-11 10:44 市丸银 阅读(152) 评论(0) 推荐(0)
摘要: 清华 pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple 豆瓣 推荐 pip config set global.index-url https://pypi.douban.com/simple 阅读全文
posted @ 2020-06-10 09:14 市丸银 阅读(190) 评论(0) 推荐(0)
摘要: https://tf.wiki/ https://github.com/snowkylin/tensorflow-handbook https://blog.csdn.net/lzs781/article/details/104742043/ 官网 https://tensorflow.google 阅读全文
posted @ 2020-06-09 15:40 市丸银 阅读(276) 评论(0) 推荐(0)
摘要: TIME_ZONE = 'Asia/Shanghai' USE_TZ = False 在setting.py文件 阅读全文
posted @ 2020-06-05 08:59 市丸银 阅读(136) 评论(0) 推荐(0)
摘要: 1、安装captcha pip install captcha 阅读全文
posted @ 2020-06-03 15:50 市丸银 阅读(124) 评论(0) 推荐(0)
摘要: 1、安装工具(anaconda) 2、安装tensorflow pip install -i https://pypi.douban.com/simple tensorflow 3、安装 Visual C++ Redistributable for Visual Studio 2015 https: 阅读全文
posted @ 2020-06-03 10:58 市丸银 阅读(136) 评论(0) 推荐(0)
摘要: 一、下载 # encoding:utf-8 from bs4 import BeautifulSoup import requests, re, os, socket from urllib import request #指定要下载的版本 element_ui_version = "2.13.0" 阅读全文
posted @ 2020-05-28 11:22 市丸银 阅读(443) 评论(0) 推荐(0)
摘要: https://blog.csdn.net/wanyefu/article/details/81026936 阅读全文
posted @ 2020-05-13 13:48 市丸银 阅读(99) 评论(0) 推荐(0)
摘要: git stash git pull git stash pop 发生冲突 阅读全文
posted @ 2020-05-13 10:30 市丸银 阅读(122) 评论(0) 推荐(0)
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 97 下一页