You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are quite a few useful datasets, benchmarks and leaderboards in ogb. The paper is here.
From what I can see it plays nicely with PyTorch Geometric and Deep Graph Library both of which are Python packages.
I would think that having access to these resources through GraphNeuralNetworks.jl or another julia package could ease the attraction of new users. I haven't used many of these datasets myself so I don't know more than this.
The text was updated successfully, but these errors were encountered:
They are already available in MLDatasets.jl. It should be quite easy to create a custom function converting MLDatasets' type to GNN.jl's types.
Once JuliaML/MLDatasets.jl#114 is merged, the interface of MLDatasets' datasets will be streamlined and I will be able to implement conversion utilities here without having to depend on MLDatasets directly.
There are quite a few useful datasets, benchmarks and leaderboards in ogb. The paper is here.
From what I can see it plays nicely with PyTorch Geometric and Deep Graph Library both of which are Python packages.
I would think that having access to these resources through
GraphNeuralNetworks.jl
or another julia package could ease the attraction of new users. I haven't used many of these datasets myself so I don't know more than this.The text was updated successfully, but these errors were encountered: