mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Fix syntax error (extra dataclass comma) in maxxvit.py
This commit is contained in:
parent
4f72bae43b
commit
eca6f0a25c
@ -129,7 +129,7 @@ class MaxxVitTransformerCfg:
|
||||
dim_head: int = 32
|
||||
expand_ratio: float = 4.0
|
||||
expand_first: bool = True
|
||||
shortcut_bias: bool = True,
|
||||
shortcut_bias: bool = True
|
||||
attn_bias: bool = True
|
||||
attn_drop: float = 0.
|
||||
proj_drop: float = 0.
|
||||
|
Loading…
x
Reference in New Issue
Block a user