adversarial-attacks-pytorch
adversarial-attacks-pytorch copied to clipboard
Add ZeroGrad & N-FGSM attacks
PR Type and Checklist
What kind of change does this PR introduce?
- [x] ADD ATTACK
- [x] DEFAULT values of arguments should be given except
model. - [x] Classname should be given as CamelCase.
- [x] Python file name should be SMALL letters of the classname.
- [x] Add attack in init.py
- [x] Check
supported_modewhether the attack supports targeted mode. - [x] README.md should be updated.
- [x] Check WORKFLOW result after PR.
- [x] DEFAULT values of arguments should be given except