-
```
LowProFool: 0% 0/10 [00:09
-
Thank you guys for your incredible work ! This toolbox boosts our research a lot.
But we found some more on this topic that DDN and DeepFool are also good attack methods.
Plaease check:
[Deep Fool]…
-
Use test_deepfool.py to test on two test pictures. When the generated disturbed picture enters the network again for forward calculation, the category has not changed.
The images directly generated b…
-
In ImageNet dataset, there are 1000 classes in total, but when I set num_classes in Universal, the algorithm runs too slow, because it will iterate over 1000 times in deepfool.py
-
**Is your feature request related to a problem? Please describe.**
I have a tensorflow model which utilizes multiple inputs which are of varying shape. Specifically I have a video input of shape `(in…
zacps updated
3 years ago
-
HI! When implementing DeepFool L2 attack, I get an error caused by a function not being implemented in eagerpy. Is there any update on when this function will be updated, or any work-arounds to get th…
-
Hello,
I would like to implement the [universal adversarial perturbations](https://arxiv.org/abs/1610.08401) algorithm in this library. This library was designed to compute perturbed images, but th…
-
(tensorflow) (base) PS D:\Documents\paper\audio-adversaries-master\audio-adversaries-master\src> python main.py
Started timer
Traceback (most recent call last):
File "main.py", line 34, in
…
-
Hello, thank you for building such a great software package. As I am very new to this package, may I ask where I can find the DeepFool and ElasticNet attacks in cleverhans v4.0.0. I have tried to look…
-
Lately, a lot of active learning methods have been developed for deep neural networks. Some of these state of the art methods are considered as a standard benchmark when comparing various active learn…