How to create Custom Datasets from saved pickle file #3906
Unanswered
Byun-jinyoung
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Can you give some more information about what you are doing concretely? Does 14GB denote the size of your |
Beta Was this translation helpful? Give feedback.
5 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.
-
Dear pyg users,
Recently I made my graph data and converted it into a pickle file, which is 14G in size.
When I tried to load this data before training model, I encountered a memory-out error.
As long as I understand the
InMemoryDataset
needs edge, graph_idx, graph_label, node_attr, separately.But I want to make my data in a file.
How can I solve this problem?
Beta Was this translation helpful? Give feedback.
All reactions