GraphNeuralNetworks.jl icon indicating copy to clipboard operation
GraphNeuralNetworks.jl copied to clipboard

Pooling support for `TemporalSnapshotsGNNGraph`

Open aurorarossi opened this issue 11 months ago • 0 comments

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

List of existing poolings that need to be extended:

  • [ ] GlobalPool
  • [ ] GlobalAttentionPool
  • [ ] TopKPool
  • [ ] Set2Set

I will be working on this in the near future.

aurorarossi avatar Mar 03 '24 21:03 aurorarossi