Open sweetTT opened 5 years ago
Autoaugment list 25 policies for cifar10, there are more than 25 policies in UDA code.Why?
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.
Autoaugment list 25 policies for cifar10, there are more than 25 policies in UDA code.Why?