embedding-propagation icon indicating copy to clipboard operation
embedding-propagation copied to clipboard

The code is different with paper in Embedding propagation

Open Bulingbuling-ozgaga opened this issue 4 years ago • 1 comments

in paper[2.1-Embedding Propagation] said need to use σ2=var(dij2) to compute adjacency, but in the code[embedding-propagation.py--get_similarity_matrix()], which use function-torch.std() to compute adjacency, but var is Variance, std is Standard Deviation

Bulingbuling-ozgaga avatar Apr 24 '21 07:04 Bulingbuling-ozgaga

Thanks for letting us know! We will update the arxiv to correct this typo.

prlz77 avatar Apr 26 '21 12:04 prlz77