CLIPSelf icon indicating copy to clipboard operation
CLIPSelf copied to clipboard

RuntimeError: Pretrained weights (checkpoints) not found for model EVA02-CLIP-B-16.Available pretrained tags (['eva', 'eva02', 'eva_clip', 'eva02_clip'].

Open cpy0029 opened this issue 1 year ago • 1 comments
trafficstars

RuntimeError: Pretrained weights (checkpoints) not found for model EVA02-CLIP-B-16.Available pretrained tags (['eva', 'eva02', 'eva_clip', 'eva02_clip'].

cpy0029 avatar Mar 27 '24 02:03 cpy0029

Hi, make sure you install our modified OpenCLIP locally under the CLIPSelf directory by pip install -e . instead of installing the official version of OpenCLIP.

wusize avatar Apr 02 '24 18:04 wusize