Typo
parent
84049d7f1e
commit
ae0737f5d0
|
@ -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/',
|
||||
|
|
Loading…
Reference in New Issue