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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠