This code requires the following:
- Python>=3.8
- PyTorch>=2.1.0
- torch-cluster>=1.6.2
- torch-scatter>=2.1.2
- torch-sparse>=0.6.18
- torch-spline-conv>=1.2.2
- torch-geometric>=2.6.1
- Numpy>=1.24.4
- Scipy>=1.10.1
- Scikit-learn>=1.3.2
- Networkx>=2.7
- Tqdm>=4.67.1
- DGL==0.4.3
- metis>=0.2a5
python run.py --seed 0 --clients 5 --dataset cora
python train.py --seed 0 --clients 5 --dataset cora
python infer.py --client_idx 0 --seed 0 --clients 5 --dataset cora