Replies: 1 comment 1 reply
-
We just introduced Here is an example: https://github.com/pyg-team/pytorch_geometric/blob/master/torch_geometric/datasets/pcqm4m.py |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey Community,
I hope you can help! I am currently researching the use of GNN's for binary function search and want to scale up my experiments. I am able to train on approximately 5 million graphs as they fit within my workstations RAM but I want to explore scaling up to use a larger proportion of my dataset (approximately 25 million graphs).
I have done some cursory research and I have seen
torchdata
as an option and the associatedDataPipe
's. From looking at the recent issues though, its basically dead in the water and I am wary of using it.How have other folks tackled this problem?
Beta Was this translation helpful? Give feedback.
All reactions