Paper
March 28, 2024 ยท View on GitHub
Source code for the paper "Multi-scale Graph Clustering Network"
Installation
Clone this repo.
git clone https://github.com/Zj202309/MGCN.git
- python 3.9.18
- pytorch 2.0.1
- numpy 1.26.0
- sklearn 1.3.0
- matplotlib 3.8.0
Usage
Here we provide an implementation of Multi-scale Graph Clustering Network (MGCN) in PyTorch, along with an execution example on the ACM dataset (due to file size limit).
To train the model, use python main.py
Contact
Any discussions or concerns are welcomed!