deep-diver / EN-FR-MLT-tensorflow

English-French Machine Language Translation in Tensorflow
109 stars 52 forks source link

Exporting model using SavedModel #1

Open jvence opened 6 years ago

jvence commented 6 years ago

Firstly, thanks for an amazing tutorial. I wanted to know how simple it would be to export the model using Tensorflow's SavedModel (currently the tutorial uses tf.train.Saver()) after training so it can be uploaded to GCP: ML Engine or used with a TensorFlow Serving server.

Not sure if SavedModel would work with a seq2seq model. Any assistance would be greatly appreciated.

Thank you

deep-diver commented 5 years ago

I have never thought about that. I will think about it. Thank you for the suggestion!