google-research / uda

Unsupervised Data Augmentation (UDA)
https://arxiv.org/abs/1904.12848
Apache License 2.0
2.17k stars 313 forks source link

Data Augmentation #32

Open sweetTT opened 4 years ago

sweetTT commented 4 years ago

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

michaelpulsewidth commented 4 years ago

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.