advboxes / AdvBox

Advbox is a toolbox to generate adversarial examples that fool neural networks in PaddlePaddle、PyTorch、Caffe2、MxNet、Keras、TensorFlow and Advbox can benchmark the robustness of machine learning models. Advbox give a command line tool to generate adversarial examples with Zero-Coding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

安装后无法运行advbox

why1988seu opened this issue · comments

你好,我用的ubuntu1604 64位,操作步骤如下:
(1)Anaconda2 5.2.0 64
(2)pip install tensorflow
(3)pip install keras
(4)pip install paddlepaddle
(5)github拷贝文件到虚拟机(直接下载advbox的zip文件,没用git)
(6)运行tutorials中的cifar10 fgsm文件
报错:
default

请看我们的示例 "示例2:白盒攻击基于CIFAR10数据集的ResNet模型"
要先运行 python cifar10_model.py 生成模型 再运行python cifar10_tutorial_fgsm.py