From 0062c15fb0d537b48bddc4861e0ec2d4ef77d093 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Mon, 30 Dec 2019 15:59:19 -0800 Subject: [PATCH] Update checkpoint url with modelzoo compatible ones. --- timm/models/selecsls.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/timm/models/selecsls.py b/timm/models/selecsls.py index ef9b85dd..b2a38e36 100644 --- a/timm/models/selecsls.py +++ b/timm/models/selecsls.py @@ -39,13 +39,13 @@ default_cfgs = { url='', interpolation='bicubic'), 'selecsls42b': _cfg( - url='http://gvv.mpi-inf.mpg.de/projects/XNect/assets/models/SelecSLS42_B.pth', + url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-selecsls/selecsls42b-8af30141.pth', interpolation='bicubic'), 'selecsls60': _cfg( url='', interpolation='bicubic'), 'selecsls60b': _cfg( - url='http://gvv.mpi-inf.mpg.de/projects/XNect/assets/models/SelecSLS60_B.pth', + url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-selecsls/selecsls60b-94e619b5.pth', interpolation='bicubic'), 'selecsls84': _cfg( url='',