Replies: 1 comment
-
The current |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting the following error
RuntimeError: [enforce fail at CPUAllocator.cpp:65] . DefaultCPUAllocator: can't allocate memory: you tried to allocate 141957139984 bytes. Error code 12 (Cannot allocate memory)
for line
https://github.com/rusty1s/pytorch_geometric/blob/master/torch_geometric/utils/train_test_split_edges.py#L73
I have 380K nodes in my graph.
Has anybody experienced similar issues? Any suggestions on how to resolve it would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions