-
in this line https://github.com/bethgelab/foolbox/blob/master/foolbox/adversarial.py#L226, you check whether the adversarial image is within bound or not, but we should add the offset back first. C…
Ailss updated
6 years ago
-
Hi, I read through the docs and issues, and couldn't find any information about this.
I want to generate adversarial examples for some non-image based problems. In my specific case, the inputs are…
-
Just like the title "the successful rate of attacking example of ImagetNet datasets is so low with DeepFoolAttack" which is tested with the following code:
```
#get the dict of label
ff = open(".…
-
From what I have seen, the KerasModel wrapper does not support models with different behaviors at training and test time, such as dropout or batch normalization. This is because there is no opportunit…
-
I'm wondering about the default parameters for the lbfgs attack.
When I use the example code to attack an image with lbfgs, I get much worse results in terms of distance from adversarial to real, co…
neale updated
7 years ago
-
Hello all,
I'm trying to run an assessment but when I run:
> fit Note: Seasonal M's are summed: i.e. we assume that the values are M \* season length.
> Note:
> we do not use stock.n to weight th…
-
Hi, after running an example in readme I get:
```
AttributeErrorTraceback (most recent call last)
in ()
8 kmodel = ResNet50(weights='imagenet')
9 preprocessing = (numpy.array([104,…
-
Hi, sorry to bombard you with this:)
I'm having trouble with specifying a target class with L-BFGS with the Resnet example.
It looks like FGSM is used to determine the closest class by default an…
neale updated
7 years ago
-
I am trying to use the generated classes. Obviously I am noticing things.... :-)
When instantiating meta-model classes manually, I would greatly appreciate to have the ability to specify some attri…
-
Самый простой пример:
Есть Модель `Post` с полем `title`.
Есть секция `Post` с формой, в которой хочу вывести следующее:
```
// Create And Edit
$model->onCreateAndEdit(function() {
$form…