Replies: 1 comment 2 replies
-
The pooling strategy of using clusters of nodes was first introduced here, and it dictates how you want to coarsen the graph, i.e., nodes in the same cluster will form a super node in the coarsened graph. Supernodes are connected if there exists nodes in the underlying cluster which were connected in the original graph. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to understand some pooling layers
max_pool
ormean_pool
in PyG, but I'm stuck in the concept ofclustering
.Why do we need the clustering when we coarsen the graphs?
Is it because we do not know node connections for the coarsened graphs?
Beta Was this translation helpful? Give feedback.
All reactions