Skip to content

Commit 89ec91a

Browse files
committed
Add missing hf_hub entry for mobilnetv3_rw
1 parent e7abc32 commit 89ec91a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

timm/models/mobilenetv3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -625,6 +625,7 @@ def _cfg(url: str = '', **kwargs):
625625

626626
'mobilenetv3_rw.rmsp_in1k': _cfg(
627627
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/mobilenetv3_100-35495452.pth',
628+
hf_hub_id='timm/',
628629
interpolation='bicubic'),
629630

630631
'tf_mobilenetv3_large_075.in1k': _cfg(

0 commit comments

Comments
 (0)