mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add a different mnv4 conv-small weight
This commit is contained in:
parent
303f7691a1
commit
5fe5f9d488
@ -1024,6 +1024,11 @@ default_cfgs = generate_default_cfgs({
|
||||
'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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user