Skip to content

Commit

Permalink
L2T implemented with various ops
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Feb 6, 2025
1 parent 4b79781 commit d748d11
Show file tree
Hide file tree
Showing 2 changed files with 601 additions and 6 deletions.
3 changes: 3 additions & 0 deletions torchattack/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from torchattack.gama import GAMA
from torchattack.geoda import GeoDA
from torchattack.ilpd import ILPD
from torchattack.l2t import L2T
from torchattack.ltp import LTP
from torchattack.mifgsm import MIFGSM
from torchattack.mig import MIG
Expand Down Expand Up @@ -53,6 +54,7 @@
'GAMA',
'GeoDA',
'ILPD',
'L2T',
'LTP',
'MIFGSM',
'MIG',
Expand Down Expand Up @@ -80,6 +82,7 @@
'FGSM': FGSM,
'FIA': FIA,
'ILPD': ILPD,
'L2T': L2T,
'MIFGSM': MIFGSM,
'MIG': MIG,
'NAA': NAA,
Expand Down
Loading

0 comments on commit d748d11

Please sign in to comment.