fast_adversarial icon indicating copy to clipboard operation
fast_adversarial copied to clipboard

Reproduce the result of CIFAR-10 from the default setting

Open baogiadoan opened this issue 5 years ago • 1 comments

Hi, I'm running the repo with the default configuration for CIFAR-10, however, here is the reported Accuracy I got from the trained model after 15 epochs:

Total train time: 6.7291 minutes
Test Loss        Test Acc        PGD Loss        PGD Acc
0.9252           **0.7003**          1.2217          **0.3784**

so the Accuracy is 70% and PGD Accuracy is only 37.84%? Am I missing any detailed configurations?

baogiadoan avatar Apr 07 '21 03:04 baogiadoan

Hi I'm facing the same issue. Meanwhile, did you find a way to reproduce the performance reported on CIFAR-10?

GeJulia avatar May 12 '21 06:05 GeJulia

I just re-ran the default configuration for CIFAR-10 and got the following:

Total train time: 6.1400 minutes
Test Loss 	 Test Acc 	 PGD Loss 	 PGD Acc
0.6747 	 	 0.7954 	 1.0329 	 0.4490

I'm not sure why your results are different -- what does your train loss/accuracy look like over the 15 epochs?

leslierice1 avatar Nov 09 '22 22:11 leslierice1