Skip to content

Commit

Permalink
One more small c&p issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rwightman committed Oct 24, 2024
1 parent baa7242 commit f689c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion timm/models/byobnet.py
Original file line number Diff line number Diff line change
Expand Up @@ -2381,7 +2381,7 @@ def _cfgr(url='', **kwargs):
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),
Expand Down

0 comments on commit f689c85

Please sign in to comment.