Skip to content

Commit f689c85

Browse files
committed
One more small c&p issue
1 parent baa7242 commit f689c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

timm/models/byobnet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2381,7 +2381,7 @@ def _cfgr(url='', **kwargs):
23812381
input_size=(3, 224, 224), pool_size=(7, 7),
23822382
),
23832383
'resnet101_clip_gap.yfcc15m': _cfgr(
2384-
hf_hub_id='timm/resnet101_clip_gap.yfcc15m',
2384+
hf_hub_id='timm/resnet101_clip.yfcc15m',
23852385
hf_hub_filename='open_clip_pytorch_model.bin',
23862386
num_classes=0, mean=OPENAI_CLIP_MEAN, std=OPENAI_CLIP_STD,
23872387
input_size=(3, 224, 224), pool_size=(7, 7),

0 commit comments

Comments
 (0)