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

Memory error !!! #56

Open
abhigoku10 opened this issue Apr 9, 2021 · 7 comments
Open

Memory error !!! #56

abhigoku10 opened this issue Apr 9, 2021 · 7 comments

Comments

@abhigoku10
Copy link

@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

@Scofield666
Copy link

I met with the error as well, have you solved this problem yet?

@Wings236
Copy link

Maybe, your memory is not enough to be used. Because it use 7GB+ memory to run this dataset.

@SuperBruceJia
Copy link

Is there any way to decrease memory usage?

@lbq8942
Copy link

lbq8942 commented Sep 23, 2021

why a graph 2708 nodes need so much memory?

@Cinderella1001
Copy link

I also met this problem, is there any solution?

@jiaojiaoguan
Copy link

Is there any solution?

@SuperBruceJia
Copy link

Is there any solution?

I think the solution is to use another effective and efficient graph convolution.

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

7 participants