Scholay

学术搜索 · AI 审稿 · LaTeX 协作

TensorFlow-Serving: Flexible, High-Performance ML Serving

作者:Christopher Olston, Noah Fiedel, Kiril Gorovoy, Jeremiah Harmsen, Li Lao, Fang Li, Vinu Rajashekhar, Sukriti Ramesh, Jordan Soyke · 发表于:arXiv.org · 年份:2017 · 被引用次数:372 · 研究领域:Computer Science

We describe TensorFlow-Serving, a system to serve machine learning models inside Google which is also available in the cloud and via open-source. It is extremely flexible in terms of the types of ML platforms it supports, and ways to integrate with systems that convey new models and updated versions from training to serving. At the same time, the core code paths around model lookup and inference have been carefully optimized to avoid performance pitfalls observed in naive implementations. Google uses it in many production deployments, including a multi-tenant model hosting service called TFS^2.