【发布时间】:2017-07-12 07:52:07
【问题描述】:
我想重新组织tensorflow .pb模型的节点,所以我先从GraphDef中获取NodeDef,并获取attr use NodeDef.attr().for "Conv2D"的节点。 我可以从 attr 获取 strides、padding、data_format、use_cudnn_on_gpu 等参数,但无法获取权重格式参数。 我使用的语言是 c++。 如何得到它!谢谢!
【问题讨论】:
标签: c++ tensorflow model