-
The normalization step in GCN implementation using message passing base class uses |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
Jan 10, 2023
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
hydra324
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
edge_index
denotes a COO tensor, i.e. it holds pairs of source and destination node indices.row
refers to all the source node indices, andcol
refers to all the destination node indices.