You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.