From cfc15283a427ab464b85282d18b04b2a76e5c580 Mon Sep 17 00:00:00 2001 From: contrastive Date: Sun, 28 Mar 2021 23:19:15 +0800 Subject: [PATCH] Update TNT url --- timm/models/tnt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(