pygcn icon indicating copy to clipboard operation
pygcn copied to clipboard

Order of nodes

Open lenhhoxung86 opened this issue 5 years ago • 1 comments

Hi, Thank you for your implementation, both in Tensorflow and Pytorch. I would like to ask if you can provide the order of nodes used for the Cora, Citeseer and Pubmed datasets in your Tensorflow implementation.

I look into your code in this repository and I can see the order comes from cora.content.

However, it must be different from the order in the Tensorflow repo (where binary files are provided) because when I use the adjacency matrix created by this repo (Pytorch) for the Tensorflow code, the result produced by the Tensorflow code is very low, thus the two adjacency matrices must be different. Many thanks.

lenhhoxung86 avatar Feb 01 '20 00:02 lenhhoxung86

This may be caused by the problem in this link https://github.com/tkipf/gcn/issues/76

b224618 avatar Oct 15 '20 00:10 b224618