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
cropcrop_colorcrop_color_transformThere is no value calledcrop_color_transformation. Are you passing this value toaugmentation_typewhen launching the training job ? If so, please trycrop_color_transformto achieve the same.
answered 4 years 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.