Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order of nodes #56

Open
lenhhoxung86 opened this issue Feb 1, 2020 · 1 comment
Open

Order of nodes #56

lenhhoxung86 opened this issue Feb 1, 2020 · 1 comment

Comments

@lenhhoxung86
Copy link

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.

@b224618
Copy link

b224618 commented Oct 15, 2020

This may be caused by the problem in this link
tkipf/gcn#76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants