WDYIE

Results 4 comments of WDYIE

I think that you can see the code normalizing features in clusteing.py : def cos(self, pointA, pointB, cross): pointA = F.normalize(pointA, dim=1) #Cosine similarity only cares about direction pointB =...

Hi, There are normalize operation, Beacause Cosine similarity only cares about direction!

Maybe u can the the orignal papper: > all the network parameters are shared between the source domain and target domain data other than those of the batch normalization layers...

> > Maybe u can the the orignal papper: > > > all the network parameters are shared between the source domain and target domain data other than those of...