OOM problem in RGATConv
#9716
-
Hi, always thank you for your effort in the library maintenance.
I guess that |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I'd suggest checking the number of parameters in your model and calculating the model size, or you could also try profiling your GPU memory with PyTorch profiler. https://pytorch.org/blog/understanding-gpu-memory-1/, https://pytorch.org/blog/understanding-gpu-memory-2/ might be helpful :) |
Beta Was this translation helpful? Give feedback.
I'd suggest checking the number of parameters in your model and calculating the model size, or you could also try profiling your GPU memory with PyTorch profiler. https://pytorch.org/blog/understanding-gpu-memory-1/, https://pytorch.org/blog/understanding-gpu-memory-2/ might be helpful :)