facebookresearch / MetaCLIP

ICLR2024 Spotlight: curation/training code, metadata, distribution and pre-trained models for MetaCLIP; CVPR 2024: MoDE: CLIP Data Experts via Clustering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

shyammarjit opened this issue · comments

can't import model using

model, _, preprocess = open_clip.create_model_and_transforms('ViT-bigG-14-quickgelu', pretrained='metaclip_2_5b')

thx for pointing out, fixed the config name bug as in #49

Thank you @howardhsu. Now it's working.