We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaea2a7 commit 989be58Copy full SHA for 989be58
_news/torch-geometric-pool.md
@@ -0,0 +1,19 @@
1
+---
2
+title: "🎱 tgp is out!"
3
+layout: post
4
+date: 2025-07-25
5
+published: true
6
7
+
8
+We released Torch Geometric Pool (🎱 tgp), the library for pooling in Graph Neural Networks!
9
10
+<!--more-->
11
12
+The main features include:
13
14
+- 📦 Unified API for all pooling operators
15
+- 🧮 18 pooling methods available right now, and more to come
16
+- ⚡️ Significant speed-up thanks to precomputed graph coarsening
17
+- 🧩 Seamless integration with GNNs built in PyG
18
19
+➡ [Repository](https://github.com/tgp-team/torch-geometric-pool) - [Documentation](https://torch-geometric-pool.readthedocs.io/en/latest/) - [Tutorials](https://torch-geometric-pool.readthedocs.io/en/latest/tutorials)
0 commit comments