How to split a large graph into subgraph for training and inference #4803
Unanswered
OswaldoBornemann
asked this question in
Q&A
Replies: 2 comments 1 reply
-
torch_geometric.utils.subgraph returns an induced subgraph, this might be what you are looking for. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Duplicate of #4804 |
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.
-
Hi, May i ask how to split a large graph into subgraph for training and inference? I have noticed that can use NeighborSampler and GraphSAINTRandomWalkSampler, but i want the subgraph will not change in each training epoch.
Really hope anyone could give me a hint, thanks.
Beta Was this translation helpful? Give feedback.
All reactions