Skip to content

Commit

Permalink
Fix url not rendered
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo authored Jan 25, 2025
1 parent 1447ad7 commit 3ddb206
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions torchattack/mig.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ class MIG(Attack):
"""The MIG (Momentum Integrated Gradients) attack.
From the paper: [Transferable Adversarial Attack for Both Vision Transformers and
Convolutional Networks via Momentum Integrated Gradients]
(https://openaccess.thecvf.com/content/ICCV2023/html/Ma_Transferable_Adversarial_Attack_for_Both_Vision_Transformers_and_Convolutional_Networks_ICCV_2023_paper.html).
Convolutional Networks via Momentum Integrated Gradients](https://openaccess.thecvf.com/content/ICCV2023/html/Ma_Transferable_Adversarial_Attack_for_Both_Vision_Transformers_and_Convolutional_Networks_ICCV_2023_paper.html).
Args:
model: The model to attack.
Expand Down

0 comments on commit 3ddb206

Please sign in to comment.