Deep-Learning-For-Hackers icon indicating copy to clipboard operation
Deep-Learning-For-Hackers copied to clipboard

how to convert .h5 to .pb

Open rawat123 opened this issue 5 years ago • 1 comments

how can i convert .h5 file to .pb, i want to use trained model in java application,

Any advise or guidance would be greatly appreciated..!! Thanks

rawat123 avatar Apr 29 '20 02:04 rawat123

how can i convert .h5 file to .pb, i want to use trained model in java application,

Any advise or guidance would be greatly appreciated..!! Thanks

Have a look into the following link

Keras to Tensorflow ( .h5 to .pb)

https://github.com/bitbionic/keras-to-tensorflow/blob/master/k2tf_convert.py

Samjith888 avatar Apr 29 '20 05:04 Samjith888