We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4748c6d commit 4243f07Copy full SHA for 4243f07
timm/data/__init__.py
@@ -4,3 +4,5 @@
4
from .transforms import *
5
from .loader import create_loader, create_transform
6
from .mixup import mixup_target, FastCollateMixup
7
+from .auto_augment import RandAugment, AutoAugment, rand_augment_ops, auto_augment_policy,\
8
+ rand_augment_transform, auto_augment_transform
0 commit comments