【Tensorflow】如何有效的查看已有的pb模型文件?

一種簡單的辦法是直接打開(而後倒是一堆二進制)。python 從新加載模型文件,並輸出定義 model = 'model.pb' with tf.Session() as sess: with open(model, 'rb') as model_file: graph_def = tf.GraphDef() graph_def.ParseFromStrin
相關文章
相關標籤/搜索