Closed Kyfafyd closed 3 years ago
It was much higher than the result of the paper, so I thought it was weird. I will try training again.
If you let it train for more epochs it will catch up with the reported (with maybe a slightly less best accuracy but still a lot better than the paper's).
I got similar results. Depending on the version of torch, torchvision, and PIL, the acc curve may be slightly different.
Thanks very much! I got it now!
@Kyfafyd hello,do you reproduce the performance for cifar10@40.5? I also get around 77% accuracy at 100th epoch.
I am following the repo instruction and keep the original code, and run command
But I can not get the reported accuracy, from the acc curve, we can see the model reach 90.49% accuracy at 100th epoch, but I can only get around 76%.
Can you help me figure it out?