Questions tagged [google-cloud-automl-nl]
50 questions
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.

Lewis Liu
- 63
- 1
- 5
0
votes
1 answer
Unable to make prediction on google automl
I trained a model and would like to predict the score of a new image.
Now I execute the following function but it returns an error:
google.api_core.exceptions.PermissionDenied: 403 Permission 'automl.models.predict' denied on resource…

Chan
- 3,605
- 9
- 29
- 60
0
votes
3 answers
Google AutoML Importing text items very slow
I'm importing text items to Google's AutoML. Each row contains around 5000 characters and I'm adding 70K of these rows. This is a multi-label data set. There is no progress bar or indication of how long this process will take. Its been running…

Trav
- 3
- 1
-1
votes
1 answer
More samples in AutoML did not yield better results
I uploaded more samples into AutoML, but this did not yield better results. Why can I improve the model performance?

Lewis Liu
- 63
- 1
- 5
-1
votes
1 answer
How to define when auto training should stop?
In AutoML Natural Language is there a way I can define parameters/thresholds where training should stop, e.g., after training for 5 hours or when reaching 50% accuracy?
In the documentation there is neither information about how long the model will…

Lewis Liu
- 63
- 1
- 5