zhirongw / lemniscate.pytorch

Unsupervised Feature Learning via Non-parametric Instance Discrimination

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

distance calulation

dengandong opened this issue · comments

is that using torch.mm to calculate the distance a right way? without normalization?
I think it should be directly torch.cosine_similarity.