We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7abc32 commit 89ec91aCopy full SHA for 89ec91a
timm/models/mobilenetv3.py
@@ -625,6 +625,7 @@ def _cfg(url: str = '', **kwargs):
625
626
'mobilenetv3_rw.rmsp_in1k': _cfg(
627
url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/mobilenetv3_100-35495452.pth',
628
+ hf_hub_id='timm/',
629
interpolation='bicubic'),
630
631
'tf_mobilenetv3_large_075.in1k': _cfg(
0 commit comments