Skip to content

Exporting for TensorFlow Serving

Grant Van Horn edited this page Mar 2, 2017 · 3 revisions

This is a tutorial on exporting a trained model to use with TensorFlow Serving

Install TensorFlow Serving

TensorFlow serving works well on Ubuntu 14.04+. There is currently no support for Mac OSX unless you want to use docker. This is an open issue that you can follow here.

You can follow the TensorFlow Serving installation instructions here. I have also put together some notes for Ubuntu 14.04 here.

Export your model

Clone this wiki locally