dmlc--dgl
b347590a37
* 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>
MoNet
Dependencies
- MXNet 1.5+
Results
Citation networks
Run with following (available dataset: "cora", "citeseer", "pubmed")
python3 citation.py --dataset cora --gpu 0
- Cora: ~0.814
- Pubmed: ~0.748