摘要: 打印pb模型参数及可视化结构import tensorflow as tf from tensorflow.python.framework import graph_util tf.reset_default_graph() # 重置计算图 output_graph_path = '/home/h 阅读全文
posted @ 2019-12-24 16:13 you-wh 阅读(5450) 评论(0) 推荐(0) 编辑
摘要: 当会话选项 里面的终端类型选择为Linux时,是无法修改外观颜色方案的。可以选择为vt100,就可以修改颜色了 阅读全文
posted @ 2019-12-24 15:22 you-wh 阅读(594) 评论(0) 推荐(0) 编辑
摘要: from tensorflow.python import pywrap_tensorflow import os checkpoint_path=os.path.join('./model.ckpt-100') reader=pywrap_tensorflow.NewCheckpointReade 阅读全文
posted @ 2019-12-24 14:01 you-wh 阅读(890) 评论(0) 推荐(0) 编辑
Fork me on GitHub