项目文件夹

文件
Zihao Ye 264d96cdf5 [bugfix] Fix a bunch of examples to be compatible with dgl 0.5 (#1957)
* upd

* upd

* upd

* upd

* upd

* upd

* fix pinsage also

* upd

* upd

* upd

Co-authored-by: Ubuntu <ubuntu@ip-172-31-29-3.us-east-2.compute.internal>
Co-authored-by: Quan Gan <coin2028@hotmail.com>
Co-authored-by: Jinjing Zhou <VoVAllen@users.noreply.github.com>
2020-08-08 01:31:23 +08:00
..

Inductive Representation Learning on Large Graphs (GraphSAGE)

Requirements

  • requests

bash pip install requests

Results

Run with following (available dataset: "cora", "citeseer", "pubmed")

python3 main.py --dataset cora --gpu 0
  • cora: ~0.817
  • citeseer: ~0.699
  • pubmed: ~0.790