Skip to content

Commit

Permalink
Mixed up kernel size for last blocks in mnv4-conv-small
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed May 24, 2024
1 parent 0c6a69e commit 28d76a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timm/models/mobilenetv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ def _gen_mobilenet_v4(variant: str, channel_multiplier: float = 1.0, pretrained:
'uir_r1_a5_k5_s1_e4_c128', # ExtraDW
'uir_r1_a0_k5_s1_e4_c128', # IR
'uir_r1_a0_k5_s1_e3_c128', # IR
'uir_r2_a0_k5_s1_e4_c128', # IR
'uir_r2_a0_k3_s1_e4_c128', # IR
],
# stage 4, 7x7 in
['cn_r1_k1_s1_c960'], # Conv
Expand Down

0 comments on commit 28d76a9

Please sign in to comment.