Skip to content

Commit

Permalink
Update ml_decoder.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fffffgggg54 committed Dec 26, 2024
1 parent abbdf05 commit b927237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timm/layers/ml_decoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ def __init__(
learnable_class_embed: bool = False,
embed_drop: float = 0.1,
embed_norm: bool = True,
k_norm: bool = False,
qk_norm: bool = False,
attn_drop: float = 0.1,
mlp_ratio: float = 8/3,
proj_drop: float = 0.1,
Expand Down

0 comments on commit b927237

Please sign in to comment.