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

A possible bug worth your attention #13

Open
wangywUST opened this issue Oct 31, 2019 · 1 comment
Open

A possible bug worth your attention #13

wangywUST opened this issue Oct 31, 2019 · 1 comment

Comments

@wangywUST
Copy link

Dear the authors, here are some concerns I have on your implementation. Thanks for your consideration!

In the batch_utils.py file, you write
pre_indices = indices
but this may not be a copy command, the right one is
pre_indices = indices.copy()
This error bug makes your get_indice_graph() function can only retrieve the first-hop neighborhood. And this leads to the error in Table 2 of your paper, e.g., you gave #Node of Cora being 644 there. This is only the number of the first-hop neighbors.

Is there anything that I missed?

Look forward to your reply!

@zzk0
Copy link

zzk0 commented Aug 5, 2021

you can see this #8 , the author has replied.

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