Dog-or-Cat-TensorflowSharp-Example icon indicating copy to clipboard operation
Dog-or-Cat-TensorflowSharp-Example copied to clipboard

How do you save output_graph.pb file?

Open ggokka opened this issue 6 years ago • 0 comments

How do you save output_graph.pb file?

In my case I did like this

tf.train.write_graph(graph, './model/','model.pb', as_text=False)

ggokka avatar Oct 29 '18 09:10 ggokka