项目文件夹

文件
Hongzhi (Steve), Chen 704bcaf6dd examples (#5323)
Co-authored-by: Ubuntu <ubuntu@ip-172-31-28-63.ap-northeast-1.compute.internal>
2023-02-19 08:35:15 +08:00
..
2022-09-26 21:47:11 +08:00
2022-09-26 21:47:11 +08:00
2019-05-23 10:38:05 +08:00
2023-02-19 08:35:15 +08:00

Deep Graph Infomax (DGI)

Dependencies

  • PyTorch 0.4.1+
  • requests
pip install torch requests

How to run

Run with following:

python3 train.py --dataset=cora --gpu=0 --self-loop
python3 train.py --dataset=citeseer --gpu=0
python3 train.py --dataset=pubmed --gpu=0

Results

  • cora: ~81.6 (81.2-82.1) (paper: 82.3)
  • citeseer: ~69.4 (paper: 71.8)
  • pubmed: ~76.1 (paper: 76.8)