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.38k stars 263 forks source link

MIFGSM #90

Open Shall-Ven opened 2 years ago

Shall-Ven commented 2 years ago

使用MIFGSM时出现: assert self.model.channel_axis() == adversary.original.ndim AssertionError 问题在哪里? 其他的方法却没有问题