Skip to content
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

Expand the size of CLIP #48

Closed
Shuaizhang7 opened this issue Apr 1, 2024 · 1 comment
Closed

Expand the size of CLIP #48

Shuaizhang7 opened this issue Apr 1, 2024 · 1 comment

Comments

@Shuaizhang7
Copy link

Hello, thank you very much for your work. I would like to ask whether expanding the scale of pre-trained CLIP will help improve the final results? For example, change ViT-B-16 to ViT-L-14. After I changed CLIP to ViT-L-14, the results did not improve, so I don't know if there is a problem with my change or if this change is methodologically useless.

@timojl
Copy link
Owner

timojl commented Apr 3, 2024

Thanks for your interest in our work. I'd expect ViT-L-14 to yield better results but hyperparameters might need to be changed. In particular, avoiding overfitting could be more challenging due to the internal dimension of 1024 in ViT-L.

@timojl timojl closed this as completed Apr 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants