-
Hello,I have a question that when I save the adv_img using "plt.savefig('C:/Users/acer/Desktop/try/deepfool_adv_img.jpg')",then I put the path of the adv_img I have saved into input_path,but Original …
-
File "C:\Users\acer\Anaconda3\lib\site-packages\torchvision\transforms\functional.py", line 207, in normalize
std = torch.tensor(std, dtype=torch.float32)
TypeError: must be real number, n…
-
**Describe the bug**
tensorflow.python.framework.errors_impl.InternalError: Invalid loop structure: Mismatched parent frames for "while/while_context": "while/while_context" vs "". The node giving th…
-
Hi,
I'm trying to do Saliency Map Method using cleverhans.
My model needs to be keras sequential so for that reason I've searched and found cleverhans.utils_keras, Sequential uses KerasModelWrap…
-
I've just realized that there is a bug in the implementation of the deepfool attack on cleverhans.
I tried using the original source code implemented in pytorch and the cleverhans code with the same …
-
- keras=2.2.4
- tensorflow=1.10.0
- foolbox=1.2.0
keras with the backend of tensorflow.
when I run the code of Deepfool attack, the program was ended by the error.
```
step:218,Error classif…
-
Hi,
I am IBM intern. I found a bug in Spatial Transformation Attack.
I tried to create an example of using **Spatial Transformation Attack**. After a lot of attemps with various factors I alway…
-
I notice that in examples/nips17_adversarial_competition/dev_tookit/sample_attacks/fgsm/attack_fgsm.py, when construct the fgsm model using `fgsm=FastGradientMethod(model)`, no sess object is passed.…
-
Hello,
Was running the code on CIFAR for 150 epochs and with batch size 32
Craft attack on training examples
/adversarial-robustness-toolbox-master/art/attacks/deepfool.py:84: RuntimeWarning: d…
-
I use VirtualAdversarialMethod to attack CIFAR-10 dataset, but on the train dataset, the successful rate is only 0.43622. I use the default parameter setting by the way.
Can you give an VAT method e…