composer.algorithms.randaugment#

Modules

Randomly applies a sequence of image data augmentations (Cubuk et al, 2019) to an image. See RandAugment or the Method Card for details.

Functions

randaugment_image

Randomly applies a sequence of image data augmentations to an image or batch of images.

Classes

RandAugment

Randomly applies a sequence of image data augmentations to an image.

RandAugmentTransform

Wraps randaugment_image() in a torchvision-compatible transform.