Skip to content

Commit cfc1528

Browse files
committed
Update TNT url
1 parent 4a09bc8 commit cfc1528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/tnt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _cfg(url='', **kwargs):
3131

3232
default_cfgs = {
3333
'tnt_s_patch16_224': _cfg(
34-
url='https://sourceforge.net/projects/transformer-in-transformer/files/release_v1/tnt_s_patch16_224.pth',
34+
url='https://github.com/contrastive/pytorch-image-models/releases/download/TNT/tnt_s_patch16_224.pth.tar',
3535
mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5),
3636
),
3737
'tnt_b_patch16_224': _cfg(

0 commit comments

Comments
 (0)