Skip to content

Commit c3dc255

Browse files
authored
expose AutoAugmentPolicy from torchvision.prototype.transforms (#6441)
1 parent 162267c commit c3dc255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchvision/prototype/transforms/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from ._transform import Transform # usort: skip
44

55
from ._augment import RandomCutmix, RandomErasing, RandomMixup
6-
from ._auto_augment import AugMix, AutoAugment, RandAugment, TrivialAugmentWide
6+
from ._auto_augment import AugMix, AutoAugment, AutoAugmentPolicy, RandAugment, TrivialAugmentWide
77
from ._color import (
88
ColorJitter,
99
RandomAdjustSharpness,

0 commit comments

Comments
 (0)