yaodongyu / TRADES

TRADES (TRadeoff-inspired Adversarial DEfense via Surrogate-loss minimization)
MIT License
518 stars 123 forks source link

The hyperparameter of deep_fool and C&W #14

Closed zympsyche closed 5 years ago

zympsyche commented 5 years ago

I want to test the method with deepfool and C&W attacks, but I don't know how to set the hyperparameters. Could you please tell me how to set the hyperparameter?

hongyanz commented 5 years ago

For the deep fool and C&W attacks in our paper, we used the foolbox library with its defaulted hyperparameters https://github.com/bethgelab/foolbox.