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.

已提問 2 年前檢視次數 230 次
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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南