mixmo.augmentations

Data augmentation functions

Modules

mixmo.augmentations.augmix

Implementation following setups from PuzzleMix authors According to the seminal code: https://github.com/google-research/augmix/blob/master/cifar.py This code structure is borrowed from: https://github.com/ildoonet/pytorch-randaugment/blob/616ef12a5176169b4e1e645728f3dedd1a5a148e/RandAugment/augmentations.py

mixmo.augmentations.mixing_blocks

Mixing blocks inspired from several standard mixing sample data augmentations

mixmo.augmentations.standard_augmentations

Basic augmentation procedures