
Environment Requirement
- Python version: 3.7.10
- Pytorch version: 1.12.1
- DGL version: 0.9.0

To reproduce the results on cora, citeseer and pubmed in Table 1, use the following command:

python main.py --dataname cora --k 2 --wd 1e-4 --dropout 0.0 --hid_dim 1024 --alpha 0.002 --beta 1e-6
python main.py --dataname citeseer --k 2 --wd 1e-4 --dropout 0.4 --hid_dim 256 --epochs 1500 --alpha 5e-4 --beta 2e-7
python main.py --dataname pubmed --k 2 --wd 0 --dropout 0.5 --hid_dim 1024 --epochs 1000 --use_bn --alpha 0.002 --beta 1e-6
