CarloLucibello / GraphNeuralNetworks.jl

Graph Neural Networks in Julia
https://carlolucibello.github.io/GraphNeuralNetworks.jl/dev/
MIT License
220 stars 46 forks source link

hope can load dataset with GraphMLDatasets.jl #149

Closed zsz00 closed 2 years ago

zsz00 commented 2 years ago

hope can load dataset with GraphMLDatasets.jl, it is contains more graph datasets.

CarloLucibello commented 2 years ago

GraphMLDatasets.jl is agnostic to the GNN framework, so you can load a dataset from there and then construct a GNNGraph (or many) out of it. Is there a specific dataset you need? More generally I prefer to use MLDataset as a centralized dataset repository, If you want anything specific to be added you could open a issue there or create a PR

zsz00 commented 2 years ago

I want to use the OGB datasets.

zsz00 commented 2 years ago

yes, I open a issue there of OGB.