摘要: 上一篇的模型保存和恢复熟练后,我们就可以大量使用 pretrain model 来训练任务了 Tweaking, Dropping, or Replacing the Upper Layers The output layer of the original model should usually 阅读全文
posted @ 2019-10-12 21:14 xuanyuyt 阅读(426) 评论(0) 推荐(0)
摘要: 模型文件 tensorflow 训练保存的模型注意包含两个部分:网络结构和参数值。 .meta .meta 文件以 “protocol buffer”格式保存了整个模型的结构图,模型上定义的操作等信息。 查看 meta 文件中所有的操作信息: # # # 列出 meta 中所有操作 # # # sa 阅读全文
posted @ 2019-10-12 11:01 xuanyuyt 阅读(2116) 评论(0) 推荐(1)