Update TNT url

This commit is contained in:
contrastive 2021-03-28 23:19:15 +08:00
parent 4a09bc851e
commit cfc15283a4

View File

@ -31,7 +31,7 @@ def _cfg(url='', **kwargs):
default_cfgs = {
'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),
),
'tnt_b_patch16_224': _cfg(