adversarial-attacks-pytorch icon indicating copy to clipboard operation
adversarial-attacks-pytorch copied to clipboard

Add ZeroGrad & N-FGSM attacks

Open RamtinMoslemi opened this issue 7 months ago • 0 comments

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_mode whether the attack supports targeted mode.
    • [x] README.md should be updated.
    • [x] Check WORKFLOW result after PR.

RamtinMoslemi avatar Jun 09 '25 22:06 RamtinMoslemi