You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The implementation now leads to different results when using different batch size.
For my evaluation (used my own trained model in CIFAR10), the difference of the accuracy between the batch size 1 vs 100 is about 1%.
The text was updated successfully, but these errors were encountered:
The L1 norm in MIFGSM now is calculated per batch, but actually is should be calculated per image.
adversarial-attacks-pytorch/torchattacks/attacks/mifgsm.py
Line 56 in 3613a1a
The implementation now leads to different results when using different batch size.
For my evaluation (used my own trained model in CIFAR10), the difference of the accuracy between the batch size 1 vs 100 is about 1%.
The text was updated successfully, but these errors were encountered: