Open nidhikamath91 opened 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).
How can I serve this model using tensorflow serving ?