You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paddle/adversarial
dzhwinter b9b75377a2
Feature/hooks (#7513)
7 years ago
..
advbox Feature/hooks (#7513) 7 years ago
README.md fix coding standard 7 years ago
fluid_mnist.py Feature/hooks (#7513) 7 years ago
mnist_tutorial_fgsm.py Feature/hooks (#7513) 7 years ago

README.md

Advbox

Advbox is a Python toolbox to create adversarial examples that fool neural networks. It requires Python and paddle.

How to use

  1. train a model and save it's parameters. (like fluid_mnist.py)
  2. load the parameters which is trained in step1, then reconstruct the model.(like mnist_tutorial_fgsm.py)
  3. use advbox to generate the adversarial sample.