benedekrozemberczki / ClusterGCN

A PyTorch implementation of "Cluster-GCN: An Efficient Algorithm for Training Deep and Large Graph Convolutional Networks" (KDD 2019).
GNU General Public License v3.0
786 stars 135 forks source link

The implementation of the ' Stochastic Multiple Partitions' method #37

Open My-git96 opened 1 year ago

My-git96 commented 1 year ago

Appreciate your good implementation of Cluster-GCN on pytorch. However, I couldn't find the ' Stochastic Multiple Partitions' method in your implementation. Or i just missed it?