Skip to content
Discussion options

You must be logged in to vote

For the dataset consists of one large graph, I think you might want to divide the graph into several partitions first, then use a proper dataloader such as Clusterloader so that each batch contains several partitions of the graph. By doing this, you train the model on a subset of the graph each step.

This notebook provided by torch_geometric document would be helpful.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rusty1s
Comment options

Answer selected by sidhantls
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants