pygcn
pygcn copied to clipboard
Order of nodes
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.
This may be caused by the problem in this link https://github.com/tkipf/gcn/issues/76