mlfoundations / open_clip

An open source implementation of CLIP.
Other
9.71k stars 950 forks source link

Hello, where can I find the 'vision.cfg' and 'text.cfg' files? #914

Closed SuzyH9 closed 1 month ago

SuzyH9 commented 1 month ago

"I want to train a model using CLIP, but when I run my custom training code, I get the error: TypeError: init() missing 2 required positional arguments: 'vision_cfg' and 'text_cfg'."

rwightman commented 1 month ago

sounds like you're using the wrong apis, can't really help with this info