keras的预训练权重文件模型的下载
model = applications.VGG16(include_top=False, weights='imagenet')
在训练网络时,下载VGG16预训练权重文件速度太慢,于是采用手动下载的方式。
下载地址:https://github.com/fchollet/deep-learning-models/releases
找到:vgg16_weights_tf_dim_ordering_tf_kernels_notop.h5下载
将Windows本地下载的.h5文件移动到远程Ubuntu中的~
原创
2020-07-23 16:38:56 ·
858 阅读 ·
0 评论