From 89ec91aece3f8699ab657dd743e774580007916e Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Thu, 23 Nov 2023 12:44:32 -0800 Subject: [PATCH] Add missing hf_hub entry for mobilnetv3_rw --- timm/models/mobilenetv3.py | 1 + 1 file changed, 1 insertion(+) diff --git a/timm/models/mobilenetv3.py b/timm/models/mobilenetv3.py index a5481b55..2d197a9d 100644 --- a/timm/models/mobilenetv3.py +++ b/timm/models/mobilenetv3.py @@ -625,6 +625,7 @@ default_cfgs = generate_default_cfgs({ 'mobilenetv3_rw.rmsp_in1k': _cfg( url='https://github.com/rwightman/pytorch-image-models/releases/download/v0.1-weights/mobilenetv3_100-35495452.pth', + hf_hub_id='timm/', interpolation='bicubic'), 'tf_mobilenetv3_large_075.in1k': _cfg(