Skip to content

Commit ad0c960

Browse files
authored
Reduce the depth of aumix process (#2038)
Enable light augmix
1 parent 3a7e9f6 commit ad0c960

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

otx/algorithms/classification/configs/base/data/data_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
__train_pipeline = [
2323
dict(type="Resize", size=__resize_target_size),
2424
dict(type="RandomFlip", flip_prob=0.5, direction="horizontal"),
25-
dict(type="AugMixAugment", config_str="augmix-m5-w3"),
25+
dict(type="AugMixAugment", config_str="augmix-m5-w3-d1"),
2626
dict(type="RandomRotate", p=0.35, angle=(-10, 10)),
2727
dict(type="PILImageToNDArray", keys=["img"]),
2828
dict(type="Normalize", **__img_norm_cfg),

0 commit comments

Comments
 (0)