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

How to kill a running google AUTOML training job

I have launched a google AutoML job on google cloud platform on some data, I have later realised I have made a mistake in the data. How do I stop the running training model job? not very intuitive... EDIT: here is a picture of my screen (It is a…
DarioB
  • 1,349
  • 2
  • 21
  • 44
0
votes
1 answer

Error Sending a Row payload to predict with a Table Model in PHP is not documented for [Google AutoML]

I am trying a prediction on an Auto ML Table model I created. There is no problem doing it with CURL, where (using a Bearer Token) I POST to this path…
0
votes
1 answer

How to read string content in a csv with gs:// links in the file on google cloud storage

I have run a Natural Language AutoML Text Classification model on google cloud platform. The data I used to train the model can be exported to a csv file in a bucket. The file has 3 columns (1. train/validation/test, 2. gs:// reference to the actual…
0
votes
1 answer

Google API import natural language dataset import not working

Node command, as suggested by the tutorial, is not working and throws 403. node automlNaturalLanguageDataset.js import-data I had some issues passing parameters, so hard-coded, project id, compute region, etc. I was able to run create-dataset,…
rysv
  • 2,416
  • 7
  • 30
  • 48
0
votes
1 answer

Getting curl: (52) Empty reply from server when trying to send a curl command to a http address of a docker running an AutoML model

I am trying to send a prediction request as a JSON to a docker image of AutoML model running on a docker container. I have exported the image from the AutoML UI and stored it in the Google Cloud Storage. I am running the following to launch the…
0
votes
1 answer

Trained a text-classification model and want to pass a .csv file with text items to predict

I have already trained my data set in Google auto ml. Now I want to pass a CSV with text items to predict its labels. Not sure on how to proceed Have passed 17k text items with labels. Have seen rest API & python codes to execute. export…
0
votes
1 answer

Google Cloud AutoML Natural Language for Chatbot like application

I want to develop a chatbot like application which gives response to input questions using Google Cloud Platform. Naturally, Dialogflow is suited for this such applications. But due to business conditions, I cannot use Dialogflow. An alternative…
0
votes
1 answer

AutoML Video Inteligence with custom labels - true negatives in training data

This question pertains to AutoML for Video Intelligence (custom labels). When setting up training data, you are instructed to only label videos with your custom labels in them (and not videos that don’t have that label). How does the model train to…
CCC
  • 1
  • 1
0
votes
1 answer

confusion matrix not displayed in google cloud automl vision

I'm not observing the confusion matrix in the "EVALUATE" tab of the web UI when following the basic quickstart: https://cloud.google.com/vision/automl/docs/quickstart?refresh=1 The confusion matrix should be displayed according to this…
0
votes
1 answer

Interpret Google AutoML Online Prediction Results

We are using Google AutoML with Tables using input as CSV files. We have imported data , linked all schema with nullable columns and train model and then deployed and used the online prediction to predict value of one column. Column we targeted has…
Amod Gokhale
  • 2,346
  • 4
  • 17
  • 32
0
votes
1 answer

Pipeline Timeout Error when training using Google AutoML

Previously I successfully trained my small dataset using Google AutoML with decent accuracy. Now I want to train another dataset with 999.683 images (nearly the limit of images in 1 dataset) spread in 28 classes. The training process took a very…
gameon67
  • 3,981
  • 5
  • 35
  • 61
0
votes
0 answers

How to connect Google Cloud Storage or Google Cloud AutoML services to a Vue PWA?

I'm creating a Vue Progressive Web App that collects user photos and allows them to be labelled, thus creating custom machine learning datasets for Google Cloud AutoML Vision. Ideally this app would allow a client / browser to interact directly…
0
votes
1 answer

Is it possible to send queries directly from a Chrome extension to the Google Cloud AutoML API?

I'm trying to write a Chrome extension that takes the text from a website and runs it through a custom AutoML Natural Language model on Google Cloud and then displays the prediction data to the screen. I've tried authenticating using OAuth2, which…
0
votes
2 answers

Why does Google AutoML Sample Python Code Not Run?

The sample Google AutoML prediction python code causes an error on execution. Recommended execution is "python predict.py YOUR_LOCAL_IMAGE_FILE YOUR_PROJECT_ID YOUR_MODEL_ID" Error is: File "predict.py", line 25 print get_prediction(content,…
0
votes
1 answer

Google Cloud AutoML predict service returned 'Internal error encountered'

I trained a model on Google cloud vision AutoML service and whenever I try to predict an image from the console it returned 'Internal error encountered'. this is also happening from the API. it returns this json { "error": { "code":…