Load .pb/.ckpt/.h5 file ? And how to convert from .pb/.ckpt to .h5 keras model ?
minhduc66532 opened this issue · comments
minhduc66532 commented
On official tensorflow site they use tf.saved_model.load() or something like that. But there is no such method found. Any ideas ?
minhduc66532 commented
Everything are working fine now. I read the example and managed to do it myself. Thank you