1 Answer
- Newest
- Most votes
- Most comments
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 calledcrop_color_transformation
. Are you passing this value toaugmentation_type
when launching the training job ? If so, please trycrop_color_transform
to achieve the same.
answered 2 years ago
Relevant content
- Accepted Answerasked 6 months ago
what does your training script looks like? The error points out that you are trying to do an hyperparameter optimization on an unsupported parameter.