Fix syntax error (extra dataclass comma) in maxxvit.py

pull/804/merge
Ross Wightman 2022-08-26 11:29:09 -07:00
parent 4f72bae43b
commit eca6f0a25c
1 changed files with 1 additions and 1 deletions

View File

@ -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.