Change image transformations during training

Hi!

I want to use autotrain for image classification and object detection. There is a set of fixed transformation for augmentation in image_classification/utils.py

I wonder what the best way would be to alter the transformations before training? There are cases where I’d really like to add others or change the existing ones. As far as I could see those aren’t configurable, are they?

What would be the best approach to alter the transformations?

1 Like