TensorFlow Manual Construction of GraphDef

后端 未结 1 1883
粉色の甜心
粉色の甜心 2020-12-18 13:04

In TensorFlow, I found that I can do the following,

from tensorflow.core import framework
from google.protobuf import json_format
graph_def = framework.graph         


        
相关标签:
1条回答
  • 2020-12-18 13:39

    I believe you are looking for a way to set message fields inside of the GraphDef and NodeDef protos. How to modify ProtoBuf objects in Python is detailed here

    0 讨论(0)
提交回复
热议问题