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 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions