CarloLucibello / GraphNeuralNetworks.jl

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

Add more conv layers with TemporalSnapshotsGNNGraphs support #393

Closed rbSparky closed 4 months ago

rbSparky commented 4 months ago

This is meant to be a continuation of PR #392 applying conv to all the temporal snapshots independently Once PR #392 gets merged I'll fix the merge conflicts and this will be ready for merge as well

This PR adds the following layers:

rbSparky commented 4 months ago

Resolved merge conflicts