wen1q84

Results 2 comments of wen1q84

@fdbtrs your evaluate use l2 distance,Are these two methods the same? ` diff = np.subtract(embeddings1, embeddings2) dist = np.sum(np.square(diff), 1) `