AutoAugment

Learn to perform data augmentation with the AutoAugment technique.

We'll cover the following...

The AutoAugment is another standalone data augmentation technique that works similarly to RandAugment.

AutoAugment class complements other data augmentation techniques. Most of the top-performing models use AutoAugment in their training pipelines.

The AutoAugment augmentation

The AutoAugment augmentation accepts a PIL.Image as input, which ...