Tensorflow
_Lucask
good good study
day day up
展开
-
8-17 安装tensorflow-gpu使用豆瓣源安装比较快 pip install tensorflow-gpu -i http://pypi.douban.com/simple
安装tensorflow-gpu使用豆瓣源安装比较快pip install tensorflow-gpu -i http://pypi.douban.com/simple安装keras使用中科大源安装比较快pip install keras -i https://pypi.mirrors.ustc.edu.cn/simple/原创 2017-08-17 17:58:07 · 8740 阅读 · 2 评论 -
Keras 保存与加载网络模型
遇到问题:keras使用预训练模型做训练时遇到的如下代码:from keras.utils.data_utils import get_fileWEIGHTS_PATH = 'https://github.com/fchollet/deep-learning-models/releases/download/v0.1/vgg19_weights_tf_dim_ordering_tf_kernels.原创 2017-08-18 11:30:25 · 4695 阅读 · 1 评论