Skip to content

Commit

Permalink
Add 2400 epoch mobilenetv4 small weights, almost at paper, rounds to …
Browse files Browse the repository at this point in the history
…73.8
  • Loading branch information
rwightman committed Jun 16, 2024
1 parent 22de845 commit a224668
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions timm/models/mobilenetv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,9 @@ def _cfg(url: str = '', **kwargs):
),
"lcnet_150.untrained": _cfg(),

'mobilenetv4_conv_small.e2400_r224_in1k': _cfg(
hf_hub_id='timm/',
test_input_size=(3, 256, 256), test_crop_pct=0.95, interpolation='bicubic'),
'mobilenetv4_conv_small.e1200_r224_in1k': _cfg(
hf_hub_id='timm/',
test_input_size=(3, 256, 256), test_crop_pct=0.95, interpolation='bicubic'),
Expand Down

0 comments on commit a224668

Please sign in to comment.