You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, where l2 distance is used in both functions. I am curious about the choice here: l2 distance vs. cosine similarity. Are there some insights behind using l2 distance here?
Best regards.
The text was updated successfully, but these errors were encountered:
Regarding this function, although the input vectors are normalized, the centroids are not. Thus, replacing this part of the loss with cosine would yield different results, it's hard to tell what the impact would be.
Intuitively, the centroids should not be normalized because their magnitude decreases with each QINCo step.
Hi, thank you for this excellent work, I am already using it in my project which shows impressive results.
I just want to ask about the training objective:
Qinco/utils.py
Lines 28 to 52 in 0ddfc77
, where l2 distance is used in both functions. I am curious about the choice here: l2 distance vs. cosine similarity. Are there some insights behind using l2 distance here?
Best regards.
The text was updated successfully, but these errors were encountered: