Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 348 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 348 Bytes

Adversarial Attacks

Implementations for several white-box and black-box attacks, including: FGSM attack, PGD attack, CW attack and ZOO attack. Before running the codes, make sure that PreActResNet18.py and CIFAR10_PreActResNet18.checkpoint are in the same folder.

Experiment Report.pdf is the experiment report of my homework.