MahmoudWahdan / dialog-nlu

Tensorflow and Keras implementation of the state of the art researches in Dialog System NLU
Apache License 2.0
98 stars 40 forks source link

how to convert .h5 to checkpoint #2

Closed lytum closed 4 years ago

lytum commented 4 years ago

hello,

is there easier method to convert the trained .h5 to checkpoint? Or is it much faster to rebuild the model in tensorflow and saved to checkpoint file?

Thanks in advance and i am looking forward to your reply.

lytum commented 4 years ago

Now, I know how to convert '.h5' to '.pb'. Thanks a lot.