We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: