Top "Google-cloud-ml" questions

Google Cloud ML Engine is a managed service that offers training and/or prediction services using Machine Learning models.

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
How do I set up TensorFlow in the Google cloud?

How do I set up a TensorFlow in the Google cloud? I understand how to create a Google Compute Engine …

tensorflow machine-learning google-cloud-platform google-cloud-ml google-cloud-tpu
Google Dataflow vs Apache Spark

I am surveying Google Dataflow and Apache Spark to decide which one is more suitable solution for our bigdata analysis …

apache-spark google-cloud-dataflow distributed-computing google-cloud-ml
How to convert .ckpt to .pb?

I am new to deep learning and I want to use a pretrained (EAST) model to serve from the AI …

python-3.x tensorflow google-cloud-platform google-cloud-ml
gcloud components update permission denied

All of a sudden I started getting "Permission Denied" issues when trying to run any gcloud commands such as gcloud …

google-cloud-platform gcloud google-cloud-ml
Deploying Keras Models via Google Cloud ML

I am looking to use Google Cloud ML to host my Keras models so that I can call the API …

tensorflow google-cloud-platform keras google-cloud-ml
Tensorflow fail with "Unable to get element from the feed as bytes." when attempting to restore checkpoint

I am using Tensorflow r0.12. I use google-cloud-ml locally to run 2 different training jobs. In the first job, I find …

python tensorflow google-cloud-ml
Data Normalization with tensorflow tf-transform

I'm doing a neural network prediction with my own datasets using Tensorflow. The first I did was a model that …

python tensorflow google-cloud-platform google-cloud-ml tensorflow-transform
How to pass base64 encoded image to Tensorflow prediction?

I have a google-cloud-ml model that I can run prediction by passing a 3 dimensional array of float32... { 'instances' [ { 'input' : '[ [ [ 0.0 ], [ 0.5 ], [ 0.8 ] ] ... ] ]…

google-cloud-ml