From f689c850b90b16a45cc119a7bc3b24375636fc63 Mon Sep 17 00:00:00 2001 From: Ross Wightman Date: Wed, 23 Oct 2024 21:50:12 -0700 Subject: [PATCH] One more small c&p issue --- timm/models/byobnet.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timm/models/byobnet.py b/timm/models/byobnet.py index 105a55b9..93ca5e72 100644 --- a/timm/models/byobnet.py +++ b/timm/models/byobnet.py @@ -2381,7 +2381,7 @@ default_cfgs = generate_default_cfgs({ input_size=(3, 224, 224), pool_size=(7, 7), ), 'resnet101_clip_gap.yfcc15m': _cfgr( - hf_hub_id='timm/resnet101_clip_gap.yfcc15m', + hf_hub_id='timm/resnet101_clip.yfcc15m', hf_hub_filename='open_clip_pytorch_model.bin', num_classes=0, mean=OPENAI_CLIP_MEAN, std=OPENAI_CLIP_STD, input_size=(3, 224, 224), pool_size=(7, 7),