mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
add mnv4 conv_medium in12k -> in1k ft
This commit is contained in:
parent
6bcbdbfe41
commit
900d2b508d
@ -1032,6 +1032,10 @@ default_cfgs = generate_default_cfgs({
|
|||||||
hf_hub_id='timm/',
|
hf_hub_id='timm/',
|
||||||
crop_pct=0.95, test_input_size=(3, 256, 256), test_crop_pct=1.0, interpolation='bicubic'),
|
crop_pct=0.95, test_input_size=(3, 256, 256), test_crop_pct=1.0, interpolation='bicubic'),
|
||||||
|
|
||||||
|
'mobilenetv4_conv_medium.e250_r384_in12k_ft_in1k': _cfg(
|
||||||
|
hf_hub_id='timm/',
|
||||||
|
input_size=(3, 384, 384), pool_size=(12, 12),
|
||||||
|
crop_pct=0.95, interpolation='bicubic'),
|
||||||
'mobilenetv4_conv_medium.e180_r384_in12k': _cfg(
|
'mobilenetv4_conv_medium.e180_r384_in12k': _cfg(
|
||||||
hf_hub_id='timm/',
|
hf_hub_id='timm/',
|
||||||
num_classes=11821,
|
num_classes=11821,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user