Skip to content

Commit

Permalink
Update dependencyvit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fffffgggg54 committed Dec 31, 2024
1 parent 1aa5ddf commit f63d2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timm/models/dependencyvit.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def __init__(
qkv_bias=False,
init_values=1e-6,
fc_norm=False,
pos_embed='none',
pos_embed=pos_embed,
)

if prune_layers is not None:
Expand Down

0 comments on commit f63d2e8

Please sign in to comment.