-
Why I cannot pass steps or overshoot parameters to deepfool attack??
same happens for CWL2 attacks, i cannot pass steps or override parameters?
whay I should pass epsilon to deepfool and to CWL2?
T…
-
-
Hello, Thank you for maintaining the library. It is very useful.
I was wondering if you have any tutorials on the FGSM / kreuk?
I am aware of the class and how to import it. But, due to my lack …
-
```
import torchvision
from torch.utils.data import DataLoader
import foolbox
from foolbox import zoo
# Get data
dl = DataLoader(torchvision.datasets.MNIST('path_to_file_if_exists', train=True…
-
I'm sorry to disturb you. I would like to ask you how do you calculate the noise parameters in LID? If I switch to imagenet dataset, how do I compute these noise parameters?
`'cifar': {'fgsm_0.0312…
-
Hello, may I ask whether the accuracy of robustness(accuracy under PGD-50-10 attack) in your paper is the accuracy under 1000 test samples? Because when I replicated your code, I found that my accurac…
-
**In attacks/base.py, inside the function '__call__' with keyword 'final'**, it should first check if input 'x' exceeds the 'model.bounds' or not. Because if 'x' does not reside in the bound, when it …
-
Hello! I try to generate adversarial examples to attack the speaker verification system. When I run the code as follow :
`python attackMain.py -threshold 13.78 -root ./data -name Spk10_imposter -des …
-
How I would set the params for FGSM:
`python generate_samples.py -m cifar10 --aa FGSM --gpu 0 `
and then for layers.py
```bash
(detection) user@cerberus16:~/adversarial-detection/expts$…
-
**Describe**
I implements the I-FGSM modified from the your FGSM code in
https://github.com/cleverhans-lab/cleverhans/blob/1115738a3f31368d73898c5bdd561a85a7c1c741/cleverhans/torch/attacks/fast_gr…