mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Update TNT url
This commit is contained in:
parent
4a09bc851e
commit
cfc15283a4
@ -31,7 +31,7 @@ def _cfg(url='', **kwargs):
|
|||||||
|
|
||||||
default_cfgs = {
|
default_cfgs = {
|
||||||
'tnt_s_patch16_224': _cfg(
|
'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),
|
mean=(0.5, 0.5, 0.5), std=(0.5, 0.5, 0.5),
|
||||||
),
|
),
|
||||||
'tnt_b_patch16_224': _cfg(
|
'tnt_b_patch16_224': _cfg(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user