uda icon indicating copy to clipboard operation
uda copied to clipboard

Data Augmentation

Open sweetTT opened this issue 6 years ago • 1 comments

Autoaugment list 25 policies for cifar10, there are more than 25 policies in UDA code.Why?

sweetTT avatar Aug 21 '19 13:08 sweetTT

We simply used the open-sourced policies of AutoAugment.

Using fewer sub-policies also work. With 10 sub-policies, the error rate is 5.28 +- 0.17 similar to the reported error rate of 5.27 +- 0.11.

michaelpulsewidth avatar Aug 23 '19 17:08 michaelpulsewidth