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

Why the parameters of BIKE is smaller than origin CLIP ViT-L/14 #3

Closed
leexinhao opened this issue Jun 23, 2023 · 1 comment
Closed

Comments

@leexinhao
Copy link

The parameters of origin CLIP ViT-L/14 is 303M,and the BIKE ViT-L/14 is 230M.
image

@whwu95
Copy link
Owner

whwu95 commented Jun 29, 2023

The reason why the parameters of BIKE are smaller than the original CLIP ViT-L/14 is that in the BIKE model, we only utilize the vision encoder from CLIP and do not include the parameters of CLIP's text encoder.

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