From 4d07a3c5598a04c7a97e70542aad3b9301b769e8 Mon Sep 17 00:00:00 2001 From: Gabriele Trivigno <48190199+ga1i13o@users.noreply.github.com> Date: Mon, 27 Mar 2023 18:30:35 +0200 Subject: [PATCH] Update cct model links --- model/cct/cct.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/model/cct/cct.py b/model/cct/cct.py index aed5ca4..026b0c1 100755 --- a/model/cct/cct.py +++ b/model/cct/cct.py @@ -11,21 +11,21 @@ model_urls = { 'cct_7_3x1_32': - 'http://ix.cs.uoregon.edu/~alih/compact-transformers/checkpoints/pretrained/cct_7_3x1_32_cifar10_300epochs.pth', + 'https://shi-labs.com/projects/cct/checkpoints/pretrained/cct_7_3x1_32_cifar10_300epochs.pth', 'cct_7_3x1_32_sine': - 'http://ix.cs.uoregon.edu/~alih/compact-transformers/checkpoints/pretrained/cct_7_3x1_32_sine_cifar10_5000epochs.pth', + 'https://shi-labs.com/projects/cct/checkpoints/pretrained/cct_7_3x1_32_sine_cifar10_5000epochs.pth', 'cct_7_3x1_32_c100': - 'http://ix.cs.uoregon.edu/~alih/compact-transformers/checkpoints/pretrained/cct_7_3x1_32_cifar100_300epochs.pth', + 'https://shi-labs.com/projects/cct/checkpoints/pretrained/cct_7_3x1_32_cifar100_300epochs.pth', 'cct_7_3x1_32_sine_c100': - 'http://ix.cs.uoregon.edu/~alih/compact-transformers/checkpoints/pretrained/cct_7_3x1_32_sine_cifar100_5000epochs.pth', + 'https://shi-labs.com/projects/cct/checkpoints/pretrained/cct_7_3x1_32_sine_cifar100_5000epochs.pth', 'cct_7_7x2_224_sine': - 'http://ix.cs.uoregon.edu/~alih/compact-transformers/checkpoints/pretrained/cct_7-7x2_224_flowers102.pth', + 'https://shi-labs.com/projects/cct/checkpoints/pretrained/cct_7_7x2_224_flowers102.pth', 'cct_14_7x2_224': - 'http://ix.cs.uoregon.edu/~alih/compact-transformers/checkpoints/pretrained/cct_14_7x2_224_imagenet.pth', + 'https://shi-labs.com/projects/cct/checkpoints/pretrained/cct_14_7x2_224_imagenet.pth', 'cct_14_7x2_384': - 'http://ix.cs.uoregon.edu/~alih/compact-transformers/checkpoints/finetuned/cct_14_7x2_384_imagenet.pth', + 'https://shi-labs.com/projects/cct/checkpoints/finetuned/cct_14_7x2_384_imagenet.pth', 'cct_14_7x2_384_fl': - 'http://ix.cs.uoregon.edu/~alih/compact-transformers/checkpoints/finetuned/cct_14-7x2_384_flowers102.pth', + 'https://shi-labs.com/projects/cct/checkpoints/finetuned/cct_14_7x2_384_flowers102.pth', }