Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 244 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 244 Bytes

Fast Gradient Sign Method

This is an implementation of the Fast Gradient Sign Method for adversarial image generation in PyTorch 1.0. Supports both targeted and untargeted attacks (see example.py for full example).

example