mzweilin / EvadeML-Zoo

Benchmarking and Visualization Tool for Adversarial Machine Learning
https://evadeML.org/zoo
MIT License
186 stars 63 forks source link

adversarial MNIST sample #14

Open jsun94 opened 3 years ago

jsun94 commented 3 years ago

Hi,

I want to generate adversarial MNIST dataset.

Is that right run the 'main.py' file like this?

python main.py --dataset_name MNIST --attacks "FGSM?eps=0.1;"

If this is right, what file is the adversarial example file that I can use?