From 2404361f627f627c642ea357fdc5ec24fa53ec13 Mon Sep 17 00:00:00 2001 From: Dushyant Mehta Date: Sat, 28 Dec 2019 23:32:20 +0100 Subject: [PATCH] correct asset paths --- 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 997b8737..f37834a7 100644 --- a/timm/models/selecsls.py +++ b/timm/models/selecsls.py @@ -40,13 +40,13 @@ default_cfgs = { url='', interpolation='bicubic'), 'selecsls42_B': _cfg( - url='http://gvv.mpi-inf.mpg.de/projects/XNect/models/SelecSLS42_B.pth', + url='http://gvv.mpi-inf.mpg.de/projects/XNect/assets/models/SelecSLS42_B.pth', interpolation='bicubic'), 'selecsls60': _cfg( url='', interpolation='bicubic'), 'selecsls60_B': _cfg( - url='http://gvv.mpi-inf.mpg.de/projects/XNect/models/SelecSLS60_B.pth', + url='http://gvv.mpi-inf.mpg.de/projects/XNect/assets/models/SelecSLS60_B.pth', interpolation='bicubic'), 'selecsls84': _cfg( url='',