The initial network in Android Tensorflow Demo stores the model as a protobuf file ( tensorflow_inception_graph.pb ). I would like to replace this network with another.
Is there any documentation or an example somewhere on how to convert a trained TensorFlow network in Python to .pb ? I know TensorFlow Saver , but it seems to be used to maintain the state of intermediate learning. You do not know how this works if the model is already trained.
python android tensorflow
Zach rattner
source share