Search code examples
google-cloud-platformautoml

"Invalid arguments of request" when clicking "Start training" i


I have uploaded 22 images and tagged with 2 tags.

But when I click start training I get an "Invalid arguments of request".

The images have been uploaded through the interface. I had to manually create the bucket.

What can have gone wrong? I have attached a screenshot.

google cloud automl


Solution

  • This is likely the same error as in Google AutoML training error

    Each image is assigned for one of TRAIN, VALIDATION, and TEST set. You have enough labeled images, but not enough images assigned for VALIDATION or TEST. Adding images for these two sets should solve this issue.

    The best way of adding images to specified sets is importing a CSV file.