GraphGAN-pytorch
GraphGAN-pytorch copied to clipboard
Descripancy in the number of nodes in pre-train.emb file
The total number of nodes in the graph dataset is 5242, can you please explain why do we have embeddings only for 5119 nodes and rest 123 have randomly generated embeddings. It is causing my code to return accuracies which are far less than what are mentioned in the paper. @liutongyang