Mismatch between provided laion400 text embedding .npy files and the clip ViT-B/32 text encoder output #271
Unanswered
TianRui-Song717
asked this question in
Q&A
Replies: 1 comment
-
See #264 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When processing LAION400 embedding files, I found that the embedding in the provided files: https://the-eye.eu/public/AI/cah/laion400m-met-release/laion400m-embeddings/texts/text_emb_0.npy
Does not match the output of clip text encoder.
Here the
laion_text_emb
does not matchcaption_emb
, even when I normalize the clip outputcaption_emb / np.linalg.norm(caption_emb)
, they are still not the same, what's the problem?Beta Was this translation helpful? Give feedback.
All reactions