--adv_momentum None Momentum constant used to generate adversarial examples if given (float). --train_max_iter 1 Iterations performed to generate adversarial examples from train set. --test_max_iter 0 ...
This project implements the Fast Gradient Sign Method (FGSM) adversarial attack against a fine-tuned ResNet-18 model trained on the CIFAR-10 dataset. It also implements Adversarial Training as a ...