We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfc1528 commit de86314Copy full SHA for de86314
timm/models/tnt.py
@@ -24,7 +24,7 @@ def _cfg(url='', **kwargs):
24
'num_classes': 1000, 'input_size': (3, 224, 224), 'pool_size': None,
25
'crop_pct': .9, 'interpolation': 'bicubic',
26
'mean': IMAGENET_DEFAULT_MEAN, 'std': IMAGENET_DEFAULT_STD,
27
- 'classifier': 'head',
+ 'first_conv': 'pixel_embed.proj', 'classifier': 'head',
28
**kwargs
29
}
30
0 commit comments