CarloLucibello / GraphNeuralNetworks.jl

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

Adding Usage Examples for Graph Convolutional Layers #395

Open rbSparky opened 4 months ago

rbSparky commented 4 months ago

Currently, only a few convolutional layers have examples demonstrating how to use them, such as GCNConv, CGConv, MEGNetConv, GNNGraph, SGConv, and EGNNConv (6 out of 18 layers).

We should aim to provide examples for all layers.

Checklist

rbSparky commented 4 months ago

will make a PR for this soon

rbSparky commented 4 months ago

Only TransformerConv remains