Using Dataset class still gets "Cannot allocate memory" error #4623
Unanswered
LanceKnight
asked this question in
Q&A
Replies: 1 comment 10 replies
-
In contrast to |
Beta Was this translation helpful? Give feedback.
10 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.
-
Hello,
I'm not so familiar how memory is allocated. But I thought the purpose of Dataset class is to let a big dataset fit into the memory, as compared with InMemoryDataset that cannot do this. However, I still got "cannot allocate memory" for big dataset. Can someone remind me of what could have been done wrong? Or if my understanding of Dataset is incorrect? Thanks!
Beta Was this translation helpful? Give feedback.
All reactions