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

custom google cloud automl translation json request says Invalid JSON payload received

I am trying to use curl command line code to access my custom model on google cloud, However an annoying error keeps popping. Here is the error: Invalid JSON payload. I followed the autoML curl code on these sites, but to no avail: prediction with…
adm
  • 135
  • 10
0
votes
1 answer

cannot resolve symbol cloud in Android studio

I am trying to use a custom AutoML vision model in Android Studio. But what dependencies should I add to my gradle to import the Google Cloud Client Library? This is my gradle file. apply plugin: 'com.android.application' android { …
Ish
  • 11
  • 2
0
votes
2 answers

What is the required file format for Google AutoML Datasets?

Whenever I try to upload my dataset to the AutoML Natural Language Web UI, I get the error Something is wrong, please try again. The documentation is not very insightful about how my CSV file is supposed to look, but I tried to make a simple sample…
n.st
  • 455
  • 1
  • 6
  • 11
0
votes
1 answer

Why do i get 400 using AutoML Rest API?

I trained a custom model using Google Cloud AutoML. Now i am trying to access it, using the script provided by Google. I tried to vary "content" in any kind of ways. I also had a look at the information provided here. Surely i did provide the…
0
votes
1 answer

Use Google AutoML to classify articles in Indonesian language

Is it possible to create custom text/content classification model using Indonesian language dataset and then use it to classify articles written in Indonesian language? Thanks!
0
votes
1 answer

Google AutoML training error / unable to deploy model

I have a multi-label dataset with 727253 labeled images. Smallest label occurence is ~15 and largest around 200000. Model training started ~18h ago and failed now with the following message: Unable to deploy model cancel_lro() got an unexpected…
Philipp
  • 383
  • 4
  • 11
0
votes
1 answer

URI not found in CSV row - import error for AutoML NL

I have been running several independent multi-class NL models on an identical data set (to compare performance to a multi-label model) and had no problems importing the data or running the models. I've just been through the identical preparation…
dcjn
  • 1
  • 1
0
votes
1 answer

Is there a way to use Googles AutoML with JavaScript?

I trained a model using AutoML Natural Language on Googles Cloud Platform. Now i need to call the AI via JavaScript to do a sentiment analysis, using my own model. My goal is to embed the whole thing into a website. There i'll have a input form to…
0
votes
0 answers

Can one upload images to google AutoML for training, using Node app?

Example: Suppose I have 10 image links, using node app I want to post this image links to AutoML and upload images, so that it can be trained later.
0
votes
1 answer

How to include -other- label when predict in AutoML Vision

I have trained a model with 3 labels, but when using it to prediction phase, I uploaded an image that not belong to these 3 labels, it still detect that image is one of 3 labels. How to make it return result that the inputed image was not all 3…
Mang Trinh Gia
  • 41
  • 2
  • 10
0
votes
1 answer

Google AutoML "Unable to import file"

I have an unsatisfying error message when I try to import an image to my AutoML dataset. Can anyone from Google (or else) help me? I can provide more details (project-id, dataset-id, etc.) on a more private channel. Screenshot
0
votes
1 answer

How to know the trained model by AutoML?

I used AutoML Vision to train a model to predict cancer based on images. It works quite well. I want to know what the model is, whether it is CNN, how many layers. Thank you!
0
votes
1 answer

AutoML Natural Language Token

I'm using AutoML Natural Language API, with my custom trained model to predict results. In order, to use this service, I generate a Authorization token through Cloud Shell, that enables api requests. So, I configured/created the service account and…
0
votes
1 answer

getting a 403 response with Google AutoML vision Python API despite having assigned right Service Account

I have trained a model using google cloud AutoML Vision API, however when I specifically try to obtain the model performance metrics via the Python package I keep getting a 403 response: PermissionDenied: 403 Permission…
Daniel Vieira
  • 461
  • 5
  • 19
0
votes
1 answer

How does Google use information provided to their AutoML Natural Language service?

I am writing a privacy policy for a web site which uses Google's AutoML Natural Language service. What does Google do with the information we provide to that service? Does anyone have a link to a terms of use document or privacy policy which…
Brett Donald
  • 6,745
  • 4
  • 23
  • 51