Skip to content

Commit

Permalink
Add a different mnv4 conv-small weight
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Dec 3, 2024
1 parent 303f769 commit 5fe5f9d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions timm/models/mobilenetv3.py
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,11 @@ def _cfg(url: str = '', **kwargs):
'mobilenetv4_conv_small.e1200_r224_in1k': _cfg(
hf_hub_id='timm/',
test_input_size=(3, 256, 256), test_crop_pct=0.95, interpolation='bicubic'),
'mobilenetv4_conv_small.e3600_r256_in1k': _cfg(
hf_hub_id='timm/',
mean=IMAGENET_INCEPTION_MEAN, std=IMAGENET_INCEPTION_STD,
input_size=(3, 256, 256), pool_size=(8, 8), crop_pct=0.95,
test_input_size=(3, 320, 320), test_crop_pct=1.0, interpolation='bicubic'),
'mobilenetv4_conv_medium.e500_r256_in1k': _cfg(
hf_hub_id='timm/',
input_size=(3, 256, 256), pool_size=(8, 8),
Expand Down

0 comments on commit 5fe5f9d

Please sign in to comment.