How to convert trained Keras model to a single TensorFlow .pb file and make prediction | DLology Blog
Require Python 3.5+ and Jupyter notebook installed
git clone https://github.com/Tony607/keras-tf-pb
In the project start a command line run
jupyter notebook
In the opened browser window open
keras_freeze_tf_pb.ipynb
Happy coding! Leave a comment if you have any question.