tensorflow_template_application icon indicating copy to clipboard operation
tensorflow_template_application copied to clipboard

https://github.com/tobegit3hub/tensorflow_template_application/tree/master/http_service

Open zoe531 opened this issue 6 years ago • 1 comments

你好,上面的链接,我没有找到online_train实例的代码。可否提供tensorflow的online_train的思路,谢谢

zoe531 avatar Mar 26 '18 09:03 zoe531

Thanks for your response @zhangzhaoyin

You can do online training with the latest data to update the model. The http service support processing request data and run sess.run() to train the model.

tobegit3hub avatar Mar 28 '18 02:03 tobegit3hub