This project was useful for conversion from Keras to Tensorflow pb format
Command
python keras_to_tensorflow.py --input_model="path/to/keras/model.h5" --output_model="path/to/save/model.pb"
Example
python keras_to_tensorflow.py --input_model="D:\\classification_3.h5" --output_model="D:\\classification_3.model.pb"
Happy Learning!!!
April 05, 2019
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment