diff --git a/timm/models/tnt.py b/timm/models/tnt.py index 13589a7d..e646b8bb 100644 --- a/timm/models/tnt.py +++ b/timm/models/tnt.py @@ -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(