Harry24k / FGSM-pytorch

A pytorch implementation of "Explaining and harnessing adversarial examples"
MIT License
64 stars 16 forks source link
adversarial-attacks deep-learning pytorch

FGSM-pytorch

A pytorch implementation of "Explaining and harnessing adversarial examples"

Summary

This code is a pytorch implementation of FGSM(Fast Gradient Sign Method).
In this code, I used FGSM to fool Inception v3.
The picture 'Giant Panda' is exactly the same as in the paper.
You can add other pictures with a folder with the label name in the 'data'.

Requirements

Important results not in the code

Notice