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

Question on code of SemiGNN #10

Open
blackboxo opened this issue Jun 9, 2022 · 0 comments
Open

Question on code of SemiGNN #10

blackboxo opened this issue Jun 9, 2022 · 0 comments

Comments

@blackboxo
Copy link

for generating u_i, u_j in SemiGNN, the code at line 187 in utils.py

for index in range(0, num_of_nodes):
        u_i.append(pairs[index][0])
        u_j.append(pairs[index][1])

the length of num_of_nodes is not the same as the length of pairs. It cann't iterate all pairs.

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

1 participant