Node Centrality Issue #5146
Unanswered
yikang7720
asked this question in
Q&A
Replies: 1 comment
-
Can you provide a complete code example of the problem you are facing? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
After I set the eigenvector centrality (by networkx package) as the node feature, it always run this error.
KeyError: ('edge_index', tensor([[ 0, 0, 0, ..., 89, 89, 89],
[ 1, 2, 3, ..., 84, 85, 87]]))
However, this error does not happen when I am using the node strength or node degree as the node feature.
Beta Was this translation helpful? Give feedback.
All reactions