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
I am trying to run the Autoattack using this repo and the one present here. I am getting different results from the same. The robust accuracy using torchattack is 1.92% while the one with the actual autoattack is around 2.52%.
I am currently testing it on Imagenet100 dataset (it has 100 classes). To keep it consistent it with the autoattack I have used the targeted class as 9
The code that is used is something like this -
The normalization I have applied is something like this -
❔ Any questions
I am trying to run the Autoattack using this repo and the one present here. I am getting different results from the same. The robust accuracy using torchattack is 1.92% while the one with the actual autoattack is around 2.52%.
I am currently testing it on Imagenet100 dataset (it has 100 classes). To keep it consistent it with the autoattack I have used the targeted class as 9
The code that is used is something like this -
The normalization I have applied is something like this -
torchattack
AutoAttack
The text was updated successfully, but these errors were encountered: