tangjianpku/LINE

Problem that number of edges does not change when depth is set to 2.

zhzou2020 opened this issue · 0 comments

After I installed gsl lib and downloaded the dataset of youtube, I tried to run the script train_youtube.sh.

What I saw is the following,
Number of edges: 4945382\n Number of vertices: 937968\n Reading neighbors: 99.891%\n Progress: 99.999%\n Number of edges in reconstructed network: 4945382\n

The problem is that the depth variable in 'reconstruct' is set to 2 while the number of edges in reconstructed network does not change. Is this a problem of the code?