-
Notifications
You must be signed in to change notification settings - Fork 693
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
Memory error !!! #56
Comments
I met with the error as well, have you solved this problem yet? |
Maybe, your memory is not enough to be used. Because it use 7GB+ memory to run this dataset. |
Is there any way to decrease memory usage? |
why a graph 2708 nodes need so much memory? |
I also met this problem, is there any solution? |
Is there any solution? |
I think the solution is to use another effective and efficient graph convolution. |
@Diego999 i am getting the following error
all_combinations_matrix = torch.cat([Wh_repeated_in_chunks, Wh_repeated_alternating], dim=1)
RuntimeError: CUDA out of memory. Tried to allocate 896.00 MiB (GPU 0; 6.00 GiB total capacity; 4.12 GiB already allocated; 162.50 MiB free; 4.48 GiB reserved in total by PyTorch)
any insights on these
THanks in advance
The text was updated successfully, but these errors were encountered: