-
Hi,
thanks for presenting this nice work!
I have two questions about the paper.
1. Are the samples generated from both randomized latent attacks and adversarial latent attacks given the same l…
-
I try a multi-label classification problem with `torchattacks.FGSM(net, eps=0.1)`
![image](https://user-images.githubusercontent.com/25313385/164341255-96f2f69d-c100-4b5b-b98c-f498a60aacb1.png)
I …
-
An interesting work. But there was a bug in attacks.py
```
File "./ODI/attacks.py", line 658, in advanced_fgsm
x_adv = torch.clamp(x_adv, x_min, x_max)
TypeError: clamp(): argument 'min' (po…
-
## 문서 URL
_수정이 필요한 URL을 남겨주세요. (예. https://tutorials.pytorch.kr/beginner/basics/intro.html)_
- **URL**: https://tutorials.pytorch.kr/beginner/fgsm_tutorial.html
## 변경 사항
_(1)어떤 단어 / 문장 / 내용이 (2)…
-
Hi,
I think I have a relatively simple question about implementing an algorithm, but I am having a little trouble solving it.
Basically, I want to apply an FGSM attack to a CIFAR10 testing dat…
-
When I use the MIFGSM method to produce adversarial examples, I am hindered by this issue, but it is ok when i use FGSM with same input (images and labels)
![image](https://user-images.githubusercont…
-
You provide an implementation of [SGLD](https://github.com/huanzhang12/SA_PPO/blob/7f5193e770bc4b31dd7c1ddc6a866b28ba816659/src/policy_gradients/steps.py#L586) that is substantially different from wha…
-
n_staircase_sign这个函数未定义。DTPI-FGSM++_for_NT.py的第127行,同时fdnets无法导入,它似乎在net文件夹下,同时third-party不存在
-
GPU: Titan V 12GB.
I am running this command:
```
python NNIF_adv_defense/attack.py --dataset cifar10 --set val --attack fgsm
```
The progress is slow and only makes 2% per night. In sum…
-
The used ResNet is different from the previous work, it has an extra layer ReLU?
Whether the results reported in the paper are optimal or final checkpoints?