Skip to content
Discussion options

You must be logged in to vote

Your interpretation is correct. The values in edge_index are the indices of x i.e if you have an edge (1,2) that means x[1] is connected to x[2].
If you don't have a way of computing the alpha-numeric ID from the node id then you'll probably have to maintain a mapping.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@harish-vnkt
Comment options

Answer selected by harish-vnkt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants