This repository is the official PyTorch implementation of "Cross-Node Federated Graph Neural Network for Spatio-Temporal Modeling". [arXiv]
conda create -n fedgnn "python<3.8"
conda activate fedgnn
bash install.sh
Download data.tar.bz2
. Then extract it to the root directory of the repository:
tar -xjf data.tar.bz2
submission_exps/exp_main.sh
contains all commands used for experiments in Table 2 and Table 3.
Run python submission_exps/exp_inductive.py
to print all commands for Table 4.
Run python submission_exps/exp_at.py
to print all commands for Figure 2.
Run python submission_exps/exp_crsr.py
to print all commands for Figure 3.