/adversarial_deep_learning

A trial for accelerating adversarial deep learning.

Primary LanguagePython

The main body of the code is from https://github.com/MadryLab/mnist_challenge, where the usage of the code is listed.

My contribution is modifying pgd_attack.py to test momentum iterative FGSM, Nesterov momentum FDM and momentum iterative FGSM with linear search.