-
My dataset contains ~5M pairs of graph and can not be loaded fully using |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Try increasing |
Beta Was this translation helpful? Give feedback.
-
We currently don't have a better solution to this integrated in PyG. I see people for example using databases to store their data and retrieve it. Alternatively, one approach one can use is storing graphs in batches, which would result in faster I/O. |
Beta Was this translation helpful? Give feedback.
We currently don't have a better solution to this integrated in PyG. I see people for example using databases to store their data and retrieve it. Alternatively, one approach one can use is storing graphs in batches, which would result in faster I/O.