Skip to content
Discussion options

You must be logged in to vote

Yes, for learning on large graphs, have a look at NeighborLoader, ClusterLoader, GraphSAINTLoader, etc (all loaders that take in a data object instead of a dataset). If you want to perform inductive learning, you may first obtain a subgraph only containing training nodes: train_data = data.subgraph(train_mask).

Replies: 1 comment 1 reply

Comment options

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

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