pytorch-randaugment icon indicating copy to clipboard operation
pytorch-randaugment copied to clipboard

Unable to reproduce Cifar-10 results for WRN-28-10

Open humza909 opened this issue 2 years ago • 1 comments

Hi,

I am unable to reproduce cifar-10 results for the model WRN-28-10. The accuracy I get stays as low as 96.7% but the reported accuracy is 97.4% (this repo) / 97.3% (in paper). Anyone else facing similar issues? @ildoonet Is your reported accuracy the average of multiple runs or only for a single run?

I am using the following command:

python RandAugment/train.py -c confs/wresnet28x10_cifar10_b256.yaml

Thanks

humza909 avatar Nov 04 '22 15:11 humza909

I get 96.7% test accuracy too after 200 epochs. Do you know why now?

dahuaxiya avatar Jun 22 '23 05:06 dahuaxiya