Non-symmetric normalisation for directed graphs GNN #8228
Unanswered
seven-down
asked this question in
Q&A
Replies: 1 comment 4 replies
-
I think part of the code in get_laplacian is what you are looking for. |
Beta Was this translation helpful? Give feedback.
4 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.
-
I have a set of directed graphs and have read that non-symmetric normalisation (D^-1A) of the adjacency matrix is preferable when building a GNN. There doesn't appear to be any transformers available for this normalisation and the GCNConv layer normalizes symmetrically (D^-1/2AD^-1/2).
Any advice or resources would be greatly appreciated :)
Beta Was this translation helpful? Give feedback.
All reactions