November 2020
Intermediate to advanced
314 pages
5h 55m
English
By now, after learning all the previous chapters, you have seen many facets of a model building process in TensorFlow Enterprise (TFE). Now it is time to wrap up what we have done and look at how we can serve the model we have built. In this chapter, we are going to look at the fundamentals of serving a TensorFlow model, which is through a RESTful API in localhost. The easiest way to get started is by using TensorFlow Serving (TFS). Out of the box, TFS is a system for serving machine learning models built with TensorFlow. Although it is not yet officially supported by TFE, you will see that it works with models built by TFE 2. It can run as either a server or as a Docker container. For our ease, we are ...
Read now
Unlock full access