Convert dense adj matrix to sparse matrix #2984
Unanswered
shrimonmuke0202
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Check out dense_to_sparse. |
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.
-
How can I convert dense adj matrix with shape [batch, N, N] where N is the number of nodes in the graph to its corresponding edge_index and edge_attribute?
Beta Was this translation helpful? Give feedback.
All reactions