google-cloud-ml-engine Questions
1
Does anyone know what is the difference between using Google Cloud Machine Learning compare to a Virtual Machine instance in the Google Cloud Engine ?
I am using Keras with Python 3 and feel like...
Discriminate asked 1/6, 2017 at 14:49
2
I have a trained net in tensorflow that i wish to use in gcloud ml-engine serving for prediction.
Predict gcloud ml serving should accept numpy array float32 type images with size of 320x240x3 and...
Hammons asked 14/9, 2017 at 10:0
1
I am loading a tensorboard for my ml engine experiment that is running in local mode and got the following warning:
"Found more than one graph event per run, or there was a metagraph containing a...
Hallowmas asked 25/8, 2017 at 23:30
1
I have successfully deployed on model on Cloud ML Engine and verified it is working with gcloud ml-engine models predict by following the instructions, now I want to send predictions to it from my ...
Johannajohannah asked 21/7, 2017 at 8:14
1
I have successfully deployed on model on Cloud ML Engine and verified it is working with gcloud ml-engine models predict by following the instructions, now I want to send predictions to it from my ...
Ephebe asked 20/7, 2017 at 15:21
1
Solved
I am solving a text classification problem. I defined my classifier using the Estimator class with my own model_fn. I would like to use Google's pre-trained word2vec embedding as initial values and...
Wethington asked 21/6, 2017 at 15:46
2
Solved
I am able to train my model and use ML Engine for prediction but my results don't include any identifying information. This works fine when submitting one row at a time for prediction but when subm...
Jordanna asked 6/6, 2017 at 5:20
2
I've followed the TensorFlow for Poets tutorial and replaced the stock flower_photos with a few classes of my own. Now I've got my labels.txt file and my graph.pb saved on my local machine.
Is the...
Beker asked 31/5, 2017 at 18:3
1
Solved
My goal is to use training data (format: tfrecords) stored on Google Cloud storage when I run my Tensorflow Training App, locally. (Why locally? : I am testing before I turn it into a training pack...
Suffocate asked 6/6, 2017 at 23:11
1
Solved
I'd like to take the tensorflow model i've trained online and run it locally with a python program I distribute.
After training, I get a directory /model with two files /saved_model.pb and a folde...
Beore asked 27/4, 2017 at 20:5
2
Solved
I am trying to submit a job to gcloud ml-engine. For reference the job is using this sample provided by Google
It went through the first time, but with errors unrelated to this question, and now I...
Airdrie asked 30/3, 2017 at 15:45
1
Solved
I am trying to deploy a retrained version of the inception model on google cloud ml-engine. Gathering informations from the SavedModel documentation, this reference, and this post of rhaertel80, I ...
Lens asked 24/3, 2017 at 14:11
1
In the alpha release of CloudML's online prediction service, the format for exporting model was:
inputs = {"x": x, "y_bytes": y}
g.add_to_collection("inputs", json.dumps(inputs))
outputs = {"a": a...
Fuddle asked 23/3, 2017 at 6:21
1
Solved
I tried to run tensorflow-wavenet on the google cloud ml-engine with gcloud ml-engine jobs submit training but the cloud job crashed when it was trying to read the json configuration file:
with op...
Mothball asked 13/3, 2017 at 10:12
1
© 2022 - 2024 — McMap. All rights reserved.