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

For ppi #6

Closed guochengqian closed 5 years ago

guochengqian commented 5 years ago

Hello. Thanks for your work and code. It's great that Cluster-GCN achieves great performance in PPI datasets. But it seems that you have not opened source the code for PPI node classification.

Do you find the best model on validation dataset at first then test on the unseen test dataset? I notice that GraphStar now is the SOTA. However, they don't use the validation dataset and directly find the best model on test dataset.

Can you share code of PPI with us and mention how to split dataset in the readme file? It's important for others to follow your great job.

benedekrozemberczki commented 5 years ago

This is not my model :).

Yfhu1103 commented 4 years ago

Hello. Thanks for your work and code. It's great that Cluster-GCN achieves great performance in PPI datasets. But it seems that you have not opened source the code for PPI node classification.

Do you find the best model on validation dataset at first then test on the unseen test dataset? I notice that GraphStar now is the SOTA. However, they don't use the validation dataset and directly find the best model on test dataset.

Can you share code of PPI with us and mention how to split dataset in the readme file? It's important for others to follow your great job.

Have you found the implemenation of clusterGCN on PPI dataset?