Add gluon hrnet small weights, fix #1895
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…
Reference in New Issue