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.
Apache License 2.0
1.39k stars 265 forks source link

关于singlepixelattack的实现问题 #23

Closed bybylove closed 5 years ago

bybylove commented 5 years ago

我在使用singlepixelattack时发现代码中修改预处理后的图片的像素(范围是(-1,1))到255来达到攻击效果,这种实现方式是否算做bug?