facebookresearch / MetaCLIP

ICLR2024 Spotlight: curation/training code, metadata, distribution and pre-trained models for MetaCLIP; CVPR 2024: MoDE: CLIP Data Experts via Clustering
Other
1.17k stars 49 forks source link

RuntimeError: Model config for ```ViT-bigG-14-quickgelu``` not found. #44

Closed shyammarjit closed 2 months ago

shyammarjit commented 6 months ago

can't import model using

model, _, preprocess = open_clip.create_model_and_transforms('ViT-bigG-14-quickgelu', pretrained='metaclip_2_5b')
howardhsu commented 5 months ago

thx for pointing out, fixed the config name bug as in https://github.com/facebookresearch/MetaCLIP/pull/49

shyammarjit commented 2 months ago

Thank you @howardhsu. Now it's working.