• 大小: 0.39KB
    文件类型: .py
    金币: 1
    下载: 0 次
    发布日期: 2021-03-27
  • 语言: 其他
  • 标签: 其他  

资源简介


可用于单独的pb模型文件的可视化,利用tensorboard --logdir='路径'

资源截图

代码片段和文件信息

import tensorflow as tf
from tensorflow.python.platform import gfile


graph = tf.get_default_graph()
graphdef = graph.as_graph_def()
graphdef.ParseFromString(gfile.FastGFile(“/home/cnu/Desktop/output

评论

共有 条评论