Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue reproducing results from the paper for CIFAR-10 #28

Open
pratik18v opened this issue Apr 24, 2022 · 0 comments
Open

Issue reproducing results from the paper for CIFAR-10 #28

pratik18v opened this issue Apr 24, 2022 · 0 comments

Comments

@pratik18v
Copy link

Hi,
Thank you for making this library available! I was trying to reproduce the results from your paper on the CIFAR-10 dataset. Specifically, I followed the instructions available here and ran the following commands:

Training:

python cifar_training.py --batch_size 256 --lr_decay_milestones 1400 1700 --model ResNeXt_cifar

Evaluation:

python cifar_training.py --verify --model ResNeXt_cifar --load saved_models/ResNeXt_cifar --eps 0.03137254901961

I am getting the following results:

eps=0.031372549020 CE=1.8107 Err=0.6566 Loss=1.9743 Robust_CE=1.9743 Verified_Err=0.7224 Time=0.0736

Do you have any insights on why this discrepancy (from results reported in the paper) is occurring?

Best,
Pratik

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant