项目文件夹

文件
xiang song(charlie.song) b347590a37 [Dataset] Citation graph (#1902)
* citation graph

* GCN example use new citatoin dataset

* mxnet gat

* triger

* Fix

* Fix gat

* fix

* Fix tensorflow dgi

* Fix appnp, graphsage for mxnet

* fix monet and sgc for mxnet

* Fix tagcn

* update sgc, appnp

Co-authored-by: Ubuntu <ubuntu@ip-172-31-51-214.ec2.internal>
2020-08-01 19:25:50 +08:00
..
2020-08-01 19:25:50 +08:00

Deep Graph Infomax (DGI)

Dependencies

  • tensorflow 2.1+
  • requests
pip install tensorflow 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 (80.9-82.9) (paper: 82.3)
  • citeseer: ~70.2 (paper: 71.8)
  • pubmed: ~77.2 (paper: 76.8)