tensorflow实现打印pb模型的所有节点-创新互联

只有pd模型文件, 打印所有节点

浪卡子网站制作公司哪家好,找创新互联!从网页设计、网站建设、微信开发、APP开发、响应式网站等网站项目制作,到程序开发,运营维护。创新互联于2013年成立到现在10年的时间,我们拥有了丰富的建站经验和运维经验,来保证我们的工作的顺利进行。专注于网站建设就选创新互联。
from tensorflow.python.framework import tensor_util
from google.protobuf import text_format
import tensorflow as tf
from tensorflow.python.platform import gfile
from tensorflow.python.framework import tensor_util


GRAPH_PB_PATH = 'models/frozen_person_graph.pb' #path to your .pb file
with tf.Session() as sess:
	print("load graph")
	with gfile.FastGFile(GRAPH_PB_PATH,'rb') as f:
		graph_def = tf.GraphDef()
  # Note: one of the following two lines work if required libraries are available
		#text_format.Merge(f.read(), graph_def)
		graph_def.ParseFromString(f.read())
		tf.import_graph_def(graph_def, name='')
		for i,n in enumerate(graph_def.node):
			print("Name of the node - %s" % n.name)

文章题目:tensorflow实现打印pb模型的所有节点-创新互联
分享链接:http://bzwzjz.com/article/dedpjh.html

其他资讯

Copyright © 2007-2020 广东宝晨空调科技有限公司 All Rights Reserved 粤ICP备2022107769号
友情链接: 成都商城网站制作 成都网站建设流程 成都网站设计 网站建设 成都网站建设公司 成都企业网站建设 营销型网站建设 温江网站设计 广安网站设计 成都网站制作 响应式网站建设 成都网站设计 成都网站建设 定制网站建设 定制网站设计 定制级高端网站建设 成都网站建设 自适应网站建设 手机网站建设 网站设计 网站制作 网站设计公司