提交 19d93fe4 编写于 作者: R Ross Wightman

Add selecsls60 weights

上级 a7fe891a
...@@ -321,6 +321,8 @@ model_list = [ ...@@ -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 = { ...@@ -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',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册