-
I was trying to use targeted criteria with FGSM - it never seems to work... typically giving the "UserWarning: GradientSignAttack did not find an adversarial, maybe the model or the criterion is not s…
-
I rewrote the program to verify deepfool attack according to fgsm demo, but there seems to be some problems during the process. It seems to be a problem with the session delivery process. self.Sess is…
Erpim updated
6 years ago
-
On version 1.4.4.1 maven plugin
[ERROR] Failed to execute goal org.owasp:dependency-check-maven:1.4.4.1:check (default) on project mymodule: One or more exceptions occurred during dependency-check …
-
I saw the line `x = x_nat + np.random.uniform(-self.epsilon, self.epsilon, x_nat.shape)` in function ` perturb ` in class `LinfPGDAttack` for adding random noise to original image, while there is not…
-
Hi all, I apply CarliniL2Method(classifier...).generate(img_variable.data.numpy()) to generate asversary samples. It shows that
Traceback (most recent call last):
File "adv_tool.py", line 127, in
…
-
I'm trying to generate an adversarial attack for the Fashion MNIST dataset, but I'm getting a long error at the declaration of the attack. Can anyone help me debug this ? Colab : https://colab.researc…
-
```
import foolbox
import keras
import numpy as np
from keras.applications.resnet50 import ResNet50
# instantiate model
keras.backend.set_learning_phase(0)
kmodel = ResNet50(weights='imagenet…
pGit1 updated
6 years ago
-
I built cleverhans environment. And, executed mnist_tutorial_tf.py.
The mnist_tutorial_tf.py worked fine. And, I done some easy change like save models.
I want to save the fooling image files gene…
-
-
Hello
I found this while loading a model in pytorch.
import foolbox
import torch
import torchvision
import numpy as np
from student_net_learning import model_loader
torchmodel = model_loa…