|
7 years ago | |
---|---|---|
.. | ||
advbox | 7 years ago | |
README.md | 7 years ago | |
fluid_mnist.py | 7 years ago | |
mnist_tutorial_fgsm.py | 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
- train a model and save it's parameters. (like fluid_mnist.py)
- load the parameters which is trained in step1, then reconstruct the model.(like mnist_tutorial_fgsm.py)
- use advbox to generate the adversarial sample.