1

I loaded a dataset into google automl, using the UI. I got the message that I have enough labeled text and can start training, however when I click on Start Training, I get the error

Exception while handling your request: Request contains an invalid argument. When reporting refer to this issue by its tracking code tc_698293

As I am using the UI, I don't know what the arguments of the request are. Any help is greatly appreciated. Thanks.

Alex Martelli
  • 854,459
  • 170
  • 1,222
  • 1,395

1 Answers1

2

It is required to have at least 2 examples in all of TRAIN, TEST and VALIDATION set to start training.

The error message could be more clear about that and the UI could check for that condition and warn users early. In short term better error message will be provided.

Michal K
  • 205
  • 1
  • 5