Skip to content

Commit

Permalink
Update cvt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
fffffgggg54 committed Jun 8, 2024
1 parent e022a47 commit 956d7e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions timm/models/cvt.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ def __init__(
mlp_ratio: float = 4.,
mlp_act_layer: nn.Module = QuickGELU,
use_cls_token: Tuple[bool, ...] = (False, False, True),
drop_rate: float = 0.,
) -> None:
super().__init__()
num_stages = len(dims)
Expand Down

0 comments on commit 956d7e6

Please sign in to comment.