2020年3月26日
摘要: 原文链接 保存训练好的模型的代码如下: sess = tf.Session() saver = tf.train.Saver() model_path = "D:\sample\model.ckpt" save_path = saver.save(sess, model_path) 使用时,代码如下 阅读全文
posted @ 2020-03-26 17:45 tifo 阅读(2624) 评论(1) 推荐(0) 编辑