How to identify mutually disconnected subgraphs? #9556
Unanswered
NiklasKappel
asked this question in
Q&A
Replies: 1 comment
-
FWIW i found |
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
-
Please consider the assumptions:
Does PyG support such a use case? E.g., is there a way to assign each node an index that identifies the subgraph it belongs to, similar to how a PyG
DataLoader
returns batches with abatch
attribute that assigns each node to its graph in the batch?Beta Was this translation helpful? Give feedback.
All reactions