Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 256 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 256 Bytes

FGSM(Fast Gradient Sign Method)


Overview

Simple pytorch implementation of FGSM and I-FGSM
(FGSM : [explaining and harnessing adversarial examples, Goodfellow et al.])
(I-FGSM : [adversarial examples in the physical world, Kurakin et al.])