traffic

Results 1 issues of traffic

looking to line 50 and 51, the scripts diff = np.subtract(embeddings1, embeddings2) dist = np.sum(np.square(diff), 1) are use to calculate the distance between two embedding, but why not add an...