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
", we describe below techniques we used to achieve
SOTA on the retrieval tasks including L2 normalization of embedding to optimize for cosine
similarity"
I know it have to normalize the weight
but why do we need this line:
x = F.normalize(x, p=2, dim=1)
why normalize feature?
The text was updated successfully, but these errors were encountered: