GraphSAINT test
#2545
-
Hi, I have a large graph(about 50,000 nodes,10,000,000 edges) and try to train a GNN model . But it seems that the graph is too large to train. I try to use GraphSAINT and read the example graph_saint.py. But when test on the whole graph, it can't work beacuse of limited memory. How can I test the whole graph? Or maybe there is a more convenient way to train and test on my data? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
rusty1s
May 7, 2021
Replies: 1 comment 3 replies
-
50k nodes isn't that large, so I suggest to look into our memory-efficient aggregation options. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
asd10asd
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
50k nodes isn't that large, so I suggest to look into our memory-efficient aggregation options.