CarloLucibello / GraphNeuralNetworks.jl

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

Adapt 4 convolutions to `TemporalSnapshotsGNNGraph`s #392

Closed aurorarossi closed 4 months ago

aurorarossi commented 4 months ago

This PR adapts GCNConv, ResGatedGraphConv, SAGEConv and GraphConv to the temporal case. They are applied to each snapshot independently.