We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a09bc8 commit cfc1528Copy full SHA for cfc1528
timm/models/tnt.py
@@ -31,7 +31,7 @@ def _cfg(url='', **kwargs):
31
32
default_cfgs = {
33
'tnt_s_patch16_224': _cfg(
34
- 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',
35
mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5),
36
),
37
'tnt_b_patch16_224': _cfg(
0 commit comments