diff --git a/torchvision/transforms/autoaugment.py b/torchvision/transforms/autoaugment.py index 20291d09b94..4157a62d20f 100644 --- a/torchvision/transforms/autoaugment.py +++ b/torchvision/transforms/autoaugment.py @@ -100,7 +100,6 @@ class AutoAugmentPolicy(Enum): SVHN = "svhn" -# FIXME: Eliminate copy-pasted code for fill standardization and _augmentation_space() by moving stuff on a base class class AutoAugment(torch.nn.Module): r"""AutoAugment data augmentation method based on `"AutoAugment: Learning Augmentation Strategies from Data" `_.