google-cloud-ml Questions
1
Solved
I'm doing a neural network prediction with my own datasets using Tensorflow. The first I did was a model that works with a small dataset in my computer. After this, I changed the code a little bit ...
Yacov asked 28/9, 2017 at 17:2
2
I'm trying to run the Google Cloud ML engine locally for debugging purposes by running the command gcloud ml-engine local predict --model-dir=fasttext_cloud/ --json-instances=debug_instance.json. H...
Remonaremonetize asked 22/8, 2017 at 5:32
1
I need to understand how to deploy models on Google Cloud ML. My first task is to deploy a very simple text classifier on the service. I do it in the following steps (could perhaps be shortened to ...
Liva asked 22/8, 2017 at 3:47
1
Solved
My Cloud ML training job completed with the output:
"consumedMLUnits": 43.24
How do I use this information to determine the cost of the training job? I can't decide between the following...
Carree asked 5/7, 2017 at 17:54
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 have a very simple trainer that follows the sample directory structure:
/dist
__init__.py
setup.py
/trainer
__init__.py
task.py
Under the /dist directory, runs fine locally:
$ gcloud ml-...
Booster asked 13/4, 2017 at 19:48
3
Solved
Google recently announced the Clould ML, https://cloud.google.com/ml/ and it's very useful. However, one limitation is that the input/out of a Tensorflow program should support gs://.
If we use al...
Monkhmer asked 3/11, 2016 at 8:8
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
Running the sample.sh script in Google Cloud Shell to call the below preprocess on set of images following the steps of flowers example.
https://github.com/GoogleCloudPlatform/cloudml-samples/blo...
Oe asked 15/3, 2017 at 0:23
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
Solved
The docs for setting up Google Cloud ML suggest installing Tensorflow version r0.11. I've observed that TensorFlow functions newly available in r0.12 raise exceptions when run on Cloud ML. Is there...
Carleton asked 9/2, 2017 at 15:1
1
Solved
I have been working with google's machine learning platform, cloudML.
Big picture:
I'm trying to figure out the cleanest way to get their docker environment up and running on google compute instan...
Tude asked 16/1, 2017 at 21:35
3
I want to predict a jpeg image in cloud-ml.
My training model is the inception model, and I would like to send the input to the first layer of the graph: 'DecodeJpeg/contents:0' (where I have to ...
Burlie asked 21/12, 2016 at 11:25
2
I manage to retrain my specific classification model using the generic inception model following this tutorial. I would like now to deploy it on the google cloud machine learning following this ste...
Apis asked 11/10, 2016 at 13:35
3
I'm working on machine learning and I would like to use Google Cloud ml service.
At this moment, I have trained my model with retrain.py code of Tensorflow (https://github.com/tensorflow/tensorflo...
Acrospire asked 2/12, 2016 at 9:52
1
Solved
I am trying to export my local tensorflow model to use it on Google Cloud ML and run predictions on it.
I am following the tensorflow serving example with mnist data. There is quite a bit of diffe...
Fiscal asked 2/12, 2016 at 18:32
1
Solved
I want to use Google's Machine Learning thing with App Engine application written on python.
This application should retrain TensorFlow models before every use, because of the investigation nature...
Macready asked 26/10, 2016 at 8:22
1
Solved
In Google Cloud ML (Machine Learning), I submitted a job, but it failed due to a Python error in the code.
After fixing the error, how can I re-run the job? Should I submit a new job?
When I'm d...
Pillowcase asked 7/11, 2016 at 7:48
1
Online prediction is failing with "Unable to get elements from the feed as bytes". What does this mean and how can I fix it?
I'm generating predictions using the following code:
request_data = [{...
Taxaceous asked 31/10, 2016 at 10:9
1
Solved
I am working on a multiclass classification problem consisting in classifying resumes.
I used sklearn and its TfIdfVectorizer to get a big scipy sparse matrix that I feed in a Tensorflow model aft...
Baird asked 19/10, 2016 at 13:46
1
What is the suggest way of loading data from GCS? The sample code shows copying the data from GCS to the /tmp/ directory. If this is the suggest approach, how much data may be copied to /tmp/?
Weathersby asked 30/9, 2016 at 3:27
© 2022 - 2024 — McMap. All rights reserved.