Skip to content

Commit 3c365cd

Browse files
NicolasHugfacebook-github-bot
authored andcommitted
[fbsync] expose AutoAugmentPolicy from torchvision.prototype.transforms (#6441)
Reviewed By: datumbox Differential Revision: D38824219 fbshipit-source-id: 442e30884fe172c672efcc39efb6818f5101bda9
1 parent 97085f2 commit 3c365cd

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)