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

How to install metis? my metis don't have attribute part graph! help!!!!! thanks #11

Closed MrHaoG closed 4 years ago

benedekrozemberczki commented 4 years ago

The problem is that the people who wrote the METIS wrapper created a wrapper that does not work with the new NetworkX. What is your version of NX?

MrHaoG commented 4 years ago

thank u very much

james77777778 commented 4 years ago

I met the same problem and I solved it by slightly modifying the original metis wrapper to support the lastest networkx. You can check my repo: https://github.com/james77777778/metis_python