Skip to content

Commit

Permalink
Add gluon hrnet small weights, fix #1895
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Aug 3, 2023
1 parent 76d1669 commit d138a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions timm/models/hrnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/',
Expand Down

0 comments on commit d138a9b

Please sign in to comment.