Update TNT
parent
cfc15283a4
commit
de86314655
|
@ -24,7 +24,7 @@ def _cfg(url='', **kwargs):
|
||||||
'num_classes': 1000, 'input_size': (3, 224, 224), 'pool_size': None,
|
'num_classes': 1000, 'input_size': (3, 224, 224), 'pool_size': None,
|
||||||
'crop_pct': .9, 'interpolation': 'bicubic',
|
'crop_pct': .9, 'interpolation': 'bicubic',
|
||||||
'mean': IMAGENET_DEFAULT_MEAN, 'std': IMAGENET_DEFAULT_STD,
|
'mean': IMAGENET_DEFAULT_MEAN, 'std': IMAGENET_DEFAULT_STD,
|
||||||
'classifier': 'head',
|
'first_conv': 'pixel_embed.proj', 'classifier': 'head',
|
||||||
**kwargs
|
**kwargs
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue