Skip to content

Commit 2404361

Browse files
committed
correct asset paths
1 parent 3193931 commit 2404361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

timm/models/selecsls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ def _cfg(url='', **kwargs):
4040
url='',
4141
interpolation='bicubic'),
4242
'selecsls42_B': _cfg(
43-
url='http://gvv.mpi-inf.mpg.de/projects/XNect/models/SelecSLS42_B.pth',
43+
url='http://gvv.mpi-inf.mpg.de/projects/XNect/assets/models/SelecSLS42_B.pth',
4444
interpolation='bicubic'),
4545
'selecsls60': _cfg(
4646
url='',
4747
interpolation='bicubic'),
4848
'selecsls60_B': _cfg(
49-
url='http://gvv.mpi-inf.mpg.de/projects/XNect/models/SelecSLS60_B.pth',
49+
url='http://gvv.mpi-inf.mpg.de/projects/XNect/assets/models/SelecSLS60_B.pth',
5050
interpolation='bicubic'),
5151
'selecsls84': _cfg(
5252
url='',

0 commit comments

Comments
 (0)