-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
Hi, great repo!
I am little confused with this line
adversarial-examples-pytorch/fgsm.py
Line 84 in 54887aa
pred_adv = np.argmax(model(inp).data.cpu().numpy()) |
As far as I know, it is more reasonable to test with the reprocessed image rather than
inp
.Metadata
Metadata
Assignees
Labels
No labels