TensorFlow in production for real time predictions in high traffic app - how to use?

前端 未结 1 513
一整个雨季
一整个雨季 2020-12-29 06:51

What is the right way to use TensorFlow for real time predictions in a high traffic application.

Ideally I would have a server/cluster running tensorflow listening o

相关标签:
1条回答
  • 2020-12-29 07:57

    This morning, our colleagues released TensorFlow Serving on GitHub, which addresses some of the use cases that you mentioned. It is a distributed wrapper for TensorFlow that is designed to support high-performance serving of multiple models. It supports both bulk processing and interactive requests from app servers.

    For more information, see the basic and advanced tutorials.

    0 讨论(0)
提交回复
热议问题