Hao Xiong

Results 3 issues of Hao Xiong

Dear authors, I follow the steps: ``` conda create -n lightne python=3.7 # first create a new python env conda activate lightne # activate the new created env conda install...

In the implementation of regal, the input dimension args.dimensions is left unused and the program fails to generate node embeddings according to args.dimensions. After adding the line rep_method.p = args.dimensions...

Hi, I am a researcher in network alignment & network embedding. I am doing experiments using this code right now. However, I've got some strange results and I wonder it...