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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ