Top "Tensorflow-serving" questions

Unable to use sudo commands within Docker, "bash: sudo: command not found" is displayed

I have installed TensorFlow using the following command docker run -it b.gcr.io/tensorflow/tensorflow:latest-devel and I need …

docker sudo tensorflow-serving
No variable to save error in Tensorflow

I am trying to save the model and then reuse it for classifying my images but unfortunately i am getting …

tensorflow tensorflow-serving
How to install TensorFlow-gpu with cuda8.0?

I tried to install it according to the instructions on official website, which results in an ImportError when I import …

tensorflow tensorflow-serving
How to import an saved Tensorflow model train using tf.estimator and predict on input data

I have save the model using tf.estimator .method export_savedmodel as follows: export_dir="exportModel/" feature_spec = tf.feature_…

tensorflow tensorflow-serving
How to export Estimator model with export_savedmodel function

are there any tutorials available about export_savedmodel ? I have gone through this article on tensorflow.org and unittest code …

python tensorflow tensorflow-serving
TensorFlow: How to predict from a SavedModel?

I have exported a SavedModel and now I with to load it back in and make a prediction. It was …

python machine-learning tensorflow tensorflow-serving
Convert a graph proto (pb/pbtxt) to a SavedModel for use in TensorFlow Serving or Cloud ML Engine

I've been following the TensorFlow for Poets 2 codelab on a model I've trained, and have created a frozen, quantized graph …

tensorflow tensorflow-serving google-cloud-ml
Example for Deploying a Tensorflow Model via a RESTful API

Is there any example code for deploying a Tensorflow Model via a RESTful API? I see examples for a command …

tensorflow tensorflow-serving
AttributeError: module 'tensorflow' has no attribute 'gfile'

I trained a simple mnist model with tensorflow 2.0 on Google Colab and saved it in the .json format. Click here …

google-colaboratory tensorflow-serving tensorflow2.0
Using deep learning models from TensorFlow in other language environments

I have a decent amount of experience with TensorFlow, and I am about to embark on a project which will …

c# python tensorflow tensorflow-serving