Cluster GCN implementation in pyg? #8231
Unanswered
Anarion-zuo
asked this question in
Q&A
Replies: 1 comment
-
You can check out these examples:
The first step (graph partition/clustering) is implemented using |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hi! I'm new here.
I'm looking for implementations of the Cluster GCN, and found this. In the paper, the model first cluster nodes, then forward node representation in a GNN layer. I don't see the clustering operation in this. Wonder where I can find it.
Beta Was this translation helpful? Give feedback.
All reactions