Hi, great repo! I am little confused with this line https://github.com/sarathknv/adversarial-examples-pytorch/blob/54887aa583ee19e94fc95e23684271019eecdd68/fgsm.py#L84 As far as I know, it is more reasonable to test with the reprocessed image rather than `inp`.
Hi, great repo!
I am little confused with this line
adversarial-examples-pytorch/fgsm.py
Line 84 in 54887aa
As far as I know, it is more reasonable to test with the reprocessed image rather than
inp.