GATv2 Run out of Memory on Heterogeneous Graph #4945
Unanswered
abdalgader-a-zz
asked this question in
Q&A
Replies: 1 comment 3 replies
-
It's kind of surprising that you are getting an OOM. Could you maybe post some snippet of your code. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there 👋,
I ran a heterogeneous model with 2-layers (256 -> 256, 256 - > 128) of GATv2. The number of model's parameters are 1.7M. It rise an OOM error.
Subgraph is on SparseTensor format with 46,635 nodes with 128 dimension and 12M edges.
GPU Spec: Tesla P100 SXM2 16GB
PS: The program run normally with SAGEConv.
Any help or suggestions ?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions