ildoonet / pytorch-randaugment

Unofficial PyTorch Reimplementation of RandAugment.
MIT License
628 stars 98 forks source link

about the peformance of randAugment and baseline #7

Closed JiyueWang closed 4 years ago

JiyueWang commented 4 years ago

I have run the wresnet28x10_cifar10_b256 with the yaml file you provide the top1_test is 0.9706, and when I set the aug to 'default' and retrain the model, I got 0.9694. Did I do something wrong to make the randAugment perform worse than you claimed and baseline perform better?

ildoonet commented 4 years ago

@JiyueWang What is your environment?

ildoonet commented 4 years ago

Close due to inactivity.