mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add mnv4_conv_large 384x384 weight location
This commit is contained in:
parent
832d3618a5
commit
575978ba55
@ -1006,9 +1006,10 @@ default_cfgs = generate_default_cfgs({
|
||||
'mobilenetv4_conv_medium.e500_r224_in1k': _cfg(
|
||||
hf_hub_id='timm/',
|
||||
crop_pct=0.95, test_input_size=(3, 256, 256), test_crop_pct=1.0, interpolation='bicubic'),
|
||||
'mobilenetv4_conv_large.r384': _cfg(
|
||||
# hf_hub_id='timm/',
|
||||
input_size=(3, 384, 384), pool_size=(12, 12), crop_pct=0.95, interpolation='bicubic'),
|
||||
'mobilenetv4_conv_large.e600_r384_in1k': _cfg(
|
||||
hf_hub_id='timm/',
|
||||
input_size=(3, 384, 384), pool_size=(12, 12),
|
||||
crop_pct=0.95, test_input_size=(3, 448, 448), test_crop_pct=1.0, interpolation='bicubic'),
|
||||
'mobilenetv4_conv_large.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