Add gluon hrnet small weights, fix #1895

pull/1903/head
Ross Wightman 2023-08-03 12:15:04 -07:00
parent 76d166981d
commit d138a9bf88
1 changed files with 2 additions and 0 deletions

View File

@ -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/',