Skip to content

Commit

Permalink
Remove testing parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerwooo committed Nov 20, 2024
1 parent 503b338 commit 52701fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions torchattack/tgr.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,5 @@ def mlp_tgr(
TGR,
model_name='vit_base_patch16_224',
victim_model_names=['cait_s24_224', 'visformer_small'],
max_samples=24,
batch_size=4,
from_timm=True,
)
2 changes: 0 additions & 2 deletions torchattack/vdc.py
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,5 @@ def attn_add_vis(
VDC,
model_name='pit_b_224',
victim_model_names=['cait_s24_224', 'visformer_small'],
max_samples=24,
batch_size=4,
from_timm=True,
)

0 comments on commit 52701fa

Please sign in to comment.