Fedor Krasnov

Results 1 comments of Fedor Krasnov

Hey, Thomas. just a thought. May be it helps. Try L2 norm for the Go-embeddings. I have done: a = np.array([0.073092446, 0.15883854, -0.23150429, ..]) a / np.sqrt(np.sum(np.square(a))) Output: array([ 1.15892480e-02,...