README.md 364 字节
Newer Older
G
gx_wind 已提交
1 2
# Advbox

G
gx_wind 已提交
3 4 5 6 7 8 9
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.