mirror of
https://github.com/huggingface/pytorch-image-models.git
synced 2025-06-03 15:01:08 +08:00
Add gluon hrnet small weights, fix #1895
This commit is contained in:
parent
76d166981d
commit
d138a9bf88
@ -889,7 +889,9 @@ def _cfg(url='', **kwargs):
|
||||
|
||||
|
||||
default_cfgs = generate_default_cfgs({
|
||||
'hrnet_w18_small.gluon_in1k': _cfg(hf_hub_id='timm/', interpolation='bicubic'),
|
||||
'hrnet_w18_small.ms_in1k': _cfg(hf_hub_id='timm/'),
|
||||
'hrnet_w18_small_v2.gluon_in1k': _cfg(hf_hub_id='timm/', interpolation='bicubic'),
|
||||
'hrnet_w18_small_v2.ms_in1k': _cfg(hf_hub_id='timm/'),
|
||||
'hrnet_w18.ms_aug_in1k': _cfg(
|
||||
hf_hub_id='timm/',
|
||||
|
Loading…
x
Reference in New Issue
Block a user