-
Hello :) First, thanks for contributing those excellent works and many examples. Currently I started studying GNNs and their methodologies(e.g. data handling in GNNs), I'm just curious about Using "Planetoid/cora" dataset, I'm just checking how mini-batching via 1. Something about
|
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Jan 2, 2023
Replies: 1 comment 3 replies
-
I think you need to specify |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
skdbsxir
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you need to specify
to_networkx(..., to_undirected=True)
in order to get the correct node degree fromnetworkx
.