Add 2400 epoch mobilenetv4 small weights, almost at paper, rounds to 73.8

pull/2214/head
Ross Wightman 2024-06-16 10:51:00 -07:00
parent 22de845add
commit a22466852d
1 changed files with 3 additions and 0 deletions

View File

@ -996,6 +996,9 @@ default_cfgs = generate_default_cfgs({
),
"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'),