JuliaGraphs / JuliaGraphs/GraphNeuralNetworks.jl
Pooling support for `TemporalSnapshotsGNNGraph`
Open
@aurorarossi is already working on this.
Since Mar 3, 2024.
temporalgraphs
- Dominant language
- Julia
- Stars
- 308
- Forks
- 74
- Avg merge
- 3d 6h
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.