onnx / tutorials

Tutorials for creating and using ONNX models
Apache License 2.0
3.37k stars 629 forks source link

Loading tensorflow model from saved pb file #151

Closed fgadaleta closed 4 years ago

fgadaleta commented 5 years ago

Once you save the tf model with

tf_rep.export_graph('output/mnist.pb')

how do you load it back for inference?

giangnguyen2412 commented 4 years ago

Did you get the solution? I am facing the same problem

fgadaleta commented 4 years ago

i did not investigate further