Skip to content

Commit ae0737f

Browse files
committed
Typo
1 parent 84049d7 commit ae0737f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/resnetv2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,7 @@ def _cfg(url='', **kwargs):
712712
first_conv='stem.conv1'),
713713
'resnetv2_34d.ra4_e3600_r384_in1k': _cfg(
714714
hf_hub_id='timm/',
715-
crop_pct=1.0, input_size=(3, 384, 348), pool_size=(12, 12), test_input_size=(3, 448, 448),
715+
crop_pct=1.0, input_size=(3, 384, 384), pool_size=(12, 12), test_input_size=(3, 448, 448),
716716
interpolation='bicubic', first_conv='stem.conv1'),
717717
'resnetv2_50.a1h_in1k': _cfg(
718718
hf_hub_id='timm/',

0 commit comments

Comments
 (0)