-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Train CLIP model with own data #1059
Comments
Looks good. Only the definition of the loss is missing |
Hi how do we put image data in |
Have you got any workable model with this? I can't figure out how to make fine-tuning using images and promts |
Hello @breadfan & others, I've yet to review this pull request, but examples/unsupervised_learning/CLIP/sample_clip.ipynb from #2390 seems to show how to finetune a CLIP model. It might be helpful for you all. When I have some more time, then I'll review that PR and add the finetuning example to the repository itself.
|
Hi,
Thanks for your amazing work.
It's more like a discussion. Anyway, I am trying to train the CLIP model with my own data.
It can run. But is this correct? By doing so, are all layers retrained? Is it possible to freeze some layers? (I used Tensorflow before, new in Pytorch).
The text was updated successfully, but these errors were encountered: