mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add selecsls60 weights
This commit is contained in:
parent
a7fe891a13
commit
19d93fe454
@ -321,6 +321,8 @@ model_list = [
|
|||||||
## SelecSLS official impl weights
|
## SelecSLS official impl weights
|
||||||
_entry('selecsls42b', 'SelecSLS-42_B', '1907.00837',
|
_entry('selecsls42b', 'SelecSLS-42_B', '1907.00837',
|
||||||
model_desc='Originally from https://github.com/mehtadushy/SelecSLS-Pytorch'),
|
model_desc='Originally from https://github.com/mehtadushy/SelecSLS-Pytorch'),
|
||||||
|
_entry('selecsls60', 'SelecSLS-60', '1907.00837',
|
||||||
|
model_desc='Originally from https://github.com/mehtadushy/SelecSLS-Pytorch'),
|
||||||
_entry('selecsls60b', 'SelecSLS-60_B', '1907.00837',
|
_entry('selecsls60b', 'SelecSLS-60_B', '1907.00837',
|
||||||
model_desc='Originally from https://github.com/mehtadushy/SelecSLS-Pytorch'),
|
model_desc='Originally from https://github.com/mehtadushy/SelecSLS-Pytorch'),
|
||||||
]
|
]
|
||||||
|
@ -42,7 +42,7 @@ default_cfgs = {
|
|||||||
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-selecsls/selecsls42b-8af30141.pth',
|
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-selecsls/selecsls42b-8af30141.pth',
|
||||||
interpolation='bicubic'),
|
interpolation='bicubic'),
|
||||||
'selecsls60': _cfg(
|
'selecsls60': _cfg(
|
||||||
url='',
|
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-selecsls/selecsls60-bbf87526.pth',
|
||||||
interpolation='bicubic'),
|
interpolation='bicubic'),
|
||||||
'selecsls60b': _cfg(
|
'selecsls60b': _cfg(
|
||||||
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-selecsls/selecsls60b-94e619b5.pth',
|
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-selecsls/selecsls60b-94e619b5.pth',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user