|
|
@ -31,7 +31,7 @@ def _cfg(url='', **kwargs):
|
|
|
|
|
|
|
|
|
|
|
|
default_cfgs = {
|
|
|
|
default_cfgs = {
|
|
|
|
'tnt_s_patch16_224': _cfg(
|
|
|
|
'tnt_s_patch16_224': _cfg(
|
|
|
|
url='https://sourceforge.net/projects/transformer-in-transformer/files/release_v1/tnt_s_patch16_224.pth',
|
|
|
|
url='https://github.com/contrastive/pytorch-image-models/releases/download/TNT/tnt_s_patch16_224.pth.tar',
|
|
|
|
mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5),
|
|
|
|
mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
'tnt_b_patch16_224': _cfg(
|
|
|
|
'tnt_b_patch16_224': _cfg(
|
|
|
|