New OpenCLIP release not compatible with notebook
#13
by
fepegar
- opened
It seems that the new release of OpenCLIP has broken the notebook. I've managed to run it with pip install open_clip_torch<2.23
.
using 2.23, I got an error:
text_cfg = CLIPTextCfg(**text_cfg)
TypeError: CLIPTextCfg.__init__() got an unexpected keyword argument 'proj'
run pip install open_clip_torch=2.22
solve.
This was fixed. Please check out the latest ipynb: https://huggingface.co/microsoft/BiomedCLIP-PubMedBERT_256-vit_base_patch16_224/blob/main/biomed_clip_example.ipynb
shengz
changed discussion status to
closed