pull/2336/head
Ross Wightman 2024-11-17 13:54:50 -08:00
parent 84049d7f1e
commit ae0737f5d0
1 changed files with 1 additions and 1 deletions

View File

@ -712,7 +712,7 @@ default_cfgs = generate_default_cfgs({
first_conv='stem.conv1'),
'resnetv2_34d.ra4_e3600_r384_in1k': _cfg(
hf_hub_id='timm/',
crop_pct=1.0, input_size=(3, 384, 348), pool_size=(12, 12), test_input_size=(3, 448, 448),
crop_pct=1.0, input_size=(3, 384, 384), pool_size=(12, 12), test_input_size=(3, 448, 448),
interpolation='bicubic', first_conv='stem.conv1'),
'resnetv2_50.a1h_in1k': _cfg(
hf_hub_id='timm/',