CarloLucibello / GraphNeuralNetworks.jl

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

Pooling support for `TemporalSnapshotsGNNGraph` #398

Open aurorarossi opened 4 months ago

aurorarossi commented 4 months ago

As described for heterographs in the issue #388, TemporalSnapshotGNNGraphs also need adapted pooling.

List of existing poolings that need to be extended:

I will be working on this in the near future.