What does this mean?

0

I'm getting this error when looking at the cloud watch log events during the training of an image classifier: Customer Error: The value 'crop_color_transformation' is not valid for the 'augmentation_type' hyperparameter which accepts one of the following: 'crop', 'crop_color', 'crop_color_transform' (caused by ValidationError)

  • what does your training script looks like? The error points out that you are trying to do an hyperparameter optimization on an unsupported parameter.

1 回答
0

Hi,

According to our doc, the parameter augmentation_type is categorical and only accepts the following three values

  • crop
  • crop_color
  • crop_color_transform There is no value called crop_color_transformation. Are you passing this value to augmentation_type when launching the training job ? If so, please try crop_color_transform to achieve the same.
AWS
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则