gsurma / text_predictor

Char-level RNN LSTM text generator📄.
https://gsurma.github.io
MIT License
116 stars 35 forks source link

Tenserflow serving ? #1

Open nidhikamath91 opened 6 years ago

nidhikamath91 commented 6 years ago

How can I serve this model using tensorflow serving ?

gsurma commented 6 years ago

You can try to implement one of these solutions: https://stackoverflow.com/questions/33759623/tensorflow-how-to-save-restore-a-model

Load a model on init() and save it every n iterations (along with logs for example).