Skip to content

Not enough memory for large graph #94

Answered by kayzliu
RomanLoop asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for your question. DOMINANT requires the reconstruction of the dense adjacency matrix, which is hard to apply to large graphs directly. One potential solution is to partition large graphs into small subgraphs with torch_geometric.loader.ClusterLoader and feed the small subgraphs into DOMINANT one by one.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kayzliu
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