Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CUDA out of memory when the graph(edge_index and x) is big #247

Open
jexterliangsufe opened this issue Sep 5, 2023 · 0 comments
Open

CUDA out of memory when the graph(edge_index and x) is big #247

jexterliangsufe opened this issue Sep 5, 2023 · 0 comments

Comments

@jexterliangsufe
Copy link

My graph: tens of millions edges and 70000 nodes
My model is something like GCNConv+GRU(GRU's reset, update and the other part is GCNConv)

Problem: cuda memory usage becomes bigger and bigger as time steps add.

How can I revise GNN part or RNNs part to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant