Questions tagged [google-cloud-automl]

Google Cloud AutoML is a suite of machine learning products from Google. Use this tag for questions related to Google's custom machine learning model tools.

Google Cloud AutoML is a suite of machine learning products from Google. Use this tag for questions related to Google's custom machine learning model tools.

397 questions
0
votes
1 answer

Error when importing google cloud for cloud AutoML

I have the required libraries installed on my machine: Collecting google-cloud Downloading https://files.pythonhosted.org/packages/ba/b1/7c54d1950e7808df06642274e677dbcedba57f75307adf2e5ad8d39e5e0e/google_cloud-0.34.0-py2.py3-none-any.whl Installing…
0
votes
2 answers

Automl image prediction problems

I get different results when using a model to get image annotation predictions from web UI and from API. Specifically, using the web UI I actually get predictions, but using the API I get nothing - just empty output. It's this one that gives nothing…
Peter Lind
  • 37
  • 7
0
votes
1 answer

Google Auto ML , average precision

We used auto ml for multi label text classification. They use average precision as metric (the area under the precision-recall curve) but they didn’t mentioned if it is micro or macro or sample.Dose anybody know how they calculate average precision…
0
votes
1 answer

Generating Bearer Token for AutoML, Computer Vision from Python Library

Based on this Google documentation I can generate the token for Computer Vision API request by calling this in terminal gcloud auth application-default print-access-token. However, I am going to call the request from my python code and I try to…
0
votes
0 answers

AutoML Natural Language Node.js API call giving a "bad base64 decode" error

I'm using Google's AutoML Natural Language API for Node.js. Everything works great, except for a particular service account and user (a student of mine). She gets the following error: Auth error:Error: error:0906D064:PEM routines:PEM_read_bio:bad…
at.
  • 50,922
  • 104
  • 292
  • 461
0
votes
1 answer

How much I can do with the evaluation tab in automl

I'm trying AutoML Natural Language, and find the "evaluation" tab has much information. I want to know how much tuning I can really do with this tab. For example: When I adjust the "score threshold", the "precision" and "recall" will change. But…
0
votes
1 answer

dataset import error for AutoML text classification

I have trying to import dataset into AutoML NL Text Classification. However, the Ui gave me an error of Invalid row in CSV file , Error details: Error detected: "FILE_TYPE_NOT_SUPPORTED" I am uploading the csv file, what should I do?
0
votes
1 answer

How long does the automl text classification training take

I want to understand if the training duration is decided by the document number? Say 100 documents cost 4 hours, and 200 documents will need 8 hours? I'm not seeing such linear relationship in my practice.
0
votes
1 answer

Error providing access to other users on Google Cloud AutoML

I am using a service called Google Cloud AutoML Natural Language Processing. Click here for more information on the product I am using: https://beta-dot-custom-vision.appspot.com/text/overview Everything is working fine and I need to say the product…
0
votes
1 answer

Get a collection of detected objects from PredictionClient

Am using google cloud automl java sdk. I have created my own trained model. Is there any way that I can get access to the collection of detected objects in an image so that I can draw bounding boxes around them. Right now I get only the detected…
FFL
  • 669
  • 7
  • 22
0
votes
1 answer

Golang and gcloud API: how to get an auth token

Because Google AutoML does not have a golang client, I have to use the AutoML http client. To do so, requires an auth token from google which comes from running the following cli command: gcloud auth application-default print-access-token I am…
0
votes
1 answer

Google AutoML Vision- How to call for multiple predictions

I'm creating a Firebase hosted webapp based on Google's I/O '17 presentation where Google's AutoML Vision can take a picture of a cloud and tell you what type of cloud it is based on its machine learning training. The code I'm using only allows for…
0
votes
1 answer

Cloud AutoML API has not been used in project 618104708054 before or it is disabled

I am trying to build a .NET small app to predict images using my model that was trianed on AutoML. But I am getting this error: Cloud AutoML API has not been used in project 618104708054 before or it is disabled. Enable it by visiting …
user1623454
  • 274
  • 3
  • 14
0
votes
1 answer

AutoML Vision: Predictions include --other-- field

I have just trained a new model with a binary outcome (elite/non-elite). The model trained well, but when I tested a new image on it in the GUI it returned a third label --other--. I am not sure how/why that has appeared. Any ideas?
-1
votes
1 answer

How to run huge datasets in Vertex AI

I am working with large feature sets (20,000 rows x 20,000 columns) and Vertex AI has a hard limit of 1,000 columns. How can I import data into Google cloud efficiently so that I can run TensorFlow models or auto ML on my data? I haven't been able…
1 2 3
26
27