pyGAT icon indicating copy to clipboard operation
pyGAT copied to clipboard

Memory error !!!

Open abhigoku10 opened this issue 3 years ago • 7 comments

@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

abhigoku10 avatar Apr 09 '21 06:04 abhigoku10

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

Scofield666 avatar Jun 07 '21 09:06 Scofield666

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

Wings236 avatar Jun 21 '21 13:06 Wings236

Is there any way to decrease memory usage?

SuperBruceJia avatar Jun 23 '21 01:06 SuperBruceJia

why a graph 2708 nodes need so much memory?

lbq8942 avatar Sep 23 '21 10:09 lbq8942

I also met this problem, is there any solution?

Cinderella1001 avatar Jul 25 '22 08:07 Cinderella1001

Is there any solution?

jiaojiaoguan avatar Sep 16 '22 01:09 jiaojiaoguan

Is there any solution?

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

SuperBruceJia avatar Sep 16 '22 01:09 SuperBruceJia