We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
Thanks for sharing.
In your published paper, you announced that 0.66 is error-rate for UAN attack on VGG-19 of CIFAR-10.
I am very interested in reproducing the announced result.
I use this command: python main.py --cuda --dataset cifar10 --epochs 200 --batchSize 32 --max_norm --shrink 0.00075 --shrink_inc 0.0001 --l2reg 0.00001 --restrict_to_correct_preds 1 --netClassifier vgg19 --imageSize32--outf vggresults --every 100
python main.py --cuda --dataset cifar10 --epochs 200 --batchSize 32 --max_norm --shrink 0.00075 --shrink_inc 0.0001 --l2reg 0.00001 --restrict_to_correct_preds 1 --netClassifier vgg19 --imageSize32--outf vggresults --every 100
I can only have below 5 percent accuracy drop on reproduced adversarial examples.
Could you help me realize the expected performance on CIFAR-10?
Thanks & Regards! Momo
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Thanks for sharing.
In your published paper, you announced that 0.66 is error-rate for UAN attack on VGG-19 of CIFAR-10.
I am very interested in reproducing the announced result.
I use this command:
python main.py --cuda --dataset cifar10 --epochs 200 --batchSize 32 --max_norm --shrink 0.00075 --shrink_inc 0.0001 --l2reg 0.00001 --restrict_to_correct_preds 1 --netClassifier vgg19 --imageSize32--outf vggresults --every 100
I can only have below 5 percent accuracy drop on reproduced adversarial examples.
Could you help me realize the expected performance on CIFAR-10?
Thanks & Regards!
Momo
The text was updated successfully, but these errors were encountered: