Skip to content

Commit de86314

Browse files
committed
Update TNT
1 parent cfc1528 commit de86314

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/tnt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def _cfg(url='', **kwargs):
2424
'num_classes': 1000, 'input_size': (3, 224, 224), 'pool_size': None,
2525
'crop_pct': .9, 'interpolation': 'bicubic',
2626
'mean': IMAGENET_DEFAULT_MEAN, 'std': IMAGENET_DEFAULT_STD,
27-
'classifier': 'head',
27+
'first_conv': 'pixel_embed.proj', 'classifier': 'head',
2828
**kwargs
2929
}
3030

0 commit comments

Comments
 (0)