Deploy TensorFlow models

Deploy TensorFlow models

  • March 22, 2018
Table of Contents

Deploy TensorFlow models

Don’t follow the TensorFlow docs since they explain how to setup a docker image and compile TF serving that takes forever. We can do much better. Some guy made a docker image with everything already compile on it, so we are going to use that one.

Source: towardsdatascience.com

Share :
comments powered by Disqus

Related Posts

AI Psychosis

AI Psychosis

Unknown is if they will remain uniquely human. Research in artificial intelligence is making spectacular progress; for manyresearchers, this progress is along the path to developing human-like general AI. This leads to a troubling thought: will a human-like AI inherit human-like disorders of thought?

Read More
Semantic Image Segmentation with DeepLab in Tensorflow

Semantic Image Segmentation with DeepLab in Tensorflow

Today, we are excited to announce the open source release of our latest and best performing semantic image segmentation model, DeepLab-v3+ [1], implemented in Tensorflow. This release includes DeepLab-v3+ models built on top of a powerful convolutional neural network (CNN) backbone architecture [2, 3] for the most accurate results, intended for server-side deployment. As part of this release, we are additionally sharing our Tensorflow model training and evaluation code, as well as models already pre-trained on the Pascal VOC 2012 and Cityscapes benchmark semantic segmentation tasks.

Read More