Can GCNConv layer handle adjacency matrices of weighted directed graphs that have negative weights? #2695
Unanswered
Laknath1996
asked this question in
Q&A
Replies: 1 comment
-
Please seem my answer here: #397 (comment) |
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.
-
I am dealing with a dataset of weighted directed graphs and some of their adjacency matrices have negative entries. I am hoping to construct a simple GCN-based network for them, but when I attempt to train the network, the loss is "nan" from the very beginning. Therefore, I was wondering whether the adjacency matrices supported by the GCNConv layer allow negative entries within them. I'd be grateful if you could clarify my doubt.
Beta Was this translation helpful? Give feedback.
All reactions