We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76d1669 commit d138a9bCopy full SHA for d138a9b
timm/models/hrnet.py
@@ -889,7 +889,9 @@ def _cfg(url='', **kwargs):
889
890
891
default_cfgs = generate_default_cfgs({
892
+ 'hrnet_w18_small.gluon_in1k': _cfg(hf_hub_id='timm/', interpolation='bicubic'),
893
'hrnet_w18_small.ms_in1k': _cfg(hf_hub_id='timm/'),
894
+ 'hrnet_w18_small_v2.gluon_in1k': _cfg(hf_hub_id='timm/', interpolation='bicubic'),
895
'hrnet_w18_small_v2.ms_in1k': _cfg(hf_hub_id='timm/'),
896
'hrnet_w18.ms_aug_in1k': _cfg(
897
hf_hub_id='timm/',
0 commit comments