Skip to content

Commit 98bb690

Browse files
committed
Update cvt.py
1 parent bda987b commit 98bb690

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/cvt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ def _cfg(url='', **kwargs):
497497
'num_classes': 1000, 'input_size': (3, 224, 224), 'pool_size': (14, 14),
498498
'crop_pct': 0.875, 'interpolation': 'bicubic',
499499
'mean': IMAGENET_DEFAULT_MEAN, 'std': IMAGENET_DEFAULT_STD,
500-
'first_conv': 'stage0.patch_embed.proj', 'classifier': 'head',
500+
'first_conv': 'stages.0.conv_embed.conv', 'classifier': 'head',
501501
**kwargs
502502
}
503503

0 commit comments

Comments
 (0)