FLAG
FLAG copied to clipboard
RuntimeError: [enforce fail at CPUAllocator.cpp:71]
Hi!
When I try to run main.py in ogbn-products, I get this error:
RuntimeError: [enforce fail at CPUAllocator.cpp:71] . DefaultCPUAllocator: can't allocate memory: you tried to allocate 64597662208 bytes. Error code 12 (Cannot allocate memory)
This error occurs in the test function model.to(cpu)
. It requires about 60GB memory. Is it necessary to have 64GB RAM? How can I run this if I don't have such big RAM? Thanks!
Sorry for the late reply. The experiments were on DeeperGCN, right? If so I believe the DeeperGCN experiments do need a large amount of memory. On my end I don't know how to tackle that. Thanks.