tensorflow_template_application
tensorflow_template_application copied to clipboard
https://github.com/tobegit3hub/tensorflow_template_application/tree/master/http_service
你好,上面的链接,我没有找到online_train实例的代码。可否提供tensorflow的online_train的思路,谢谢
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.