# Augmentations ## `albumentation` transforms ```{eval-rst} .. automodule:: fgvc.core.augmentations :noindex: :members: light_transforms, heavy_transforms, light_transforms_rcrop, tta_transforms ``` ## `torchvision` transforms ```{eval-rst} .. automodule:: fgvc.core.augmentations :noindex: :members: tv_light_transforms, vit_medium_transforms, vit_heavy_transforms ```