pyg-team / pytorch_geometric

Graph Neural Network Library for PyTorch
https://pyg.org
MIT License
20.94k stars 3.61k forks source link

Add dataset - 1M synthetic random graphs #9012

Open iakovosevdaimon opened 6 months ago

iakovosevdaimon commented 6 months ago

🚀 The feature, motivation and pitch

My name is Iakovos Evdaimon and I am Ph.D. student at Ecole Polytechnique. Currently, we created a synthetic dataset of 1 million random graphs up to 100 nodes. We would like to include our dataset in your library to be publicly accessible to everyone.

Alternatives

No response

Additional context

No response

rusty1s commented 6 months ago

Hey @iakovosevdaimon. This is a welcome contribution. Do you have a place to upload the raw data somewhere? Depending on the graph size, we might also wanna us OnDiskDataset rather than the traditional InMemoryDataset for implementation.

iakovosevdaimon commented 6 months ago

Hey @rusty1s! I can share with you the link of the dataset: https://drive.google.com/file/d/1NMJiAKwgAxq8l1XYZ4KGxj2NMuuq-TUl/view

rusty1s commented 6 months ago

Ok, do you also want to contribute the code to it?

iakovosevdaimon commented 6 months ago

Which code do you mean? The implementation of InMemoryDataset class ?

rusty1s commented 6 months ago

Yes :)