Skip to content

Commit

Permalink
Fix (dmlc#2051)
Browse files Browse the repository at this point in the history
Co-authored-by: Ubuntu <[email protected]>
  • Loading branch information
classicsong and Ubuntu authored Aug 19, 2020
1 parent 0052f12 commit f3f3509
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 447 deletions.
4 changes: 2 additions & 2 deletions examples/mxnet/appnp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Results

Run with following (available dataset: "cora", "citeseer", "pubmed")
```bash
DGLBACKEND=mxnet python3 train.py --dataset cora --gpu 0
DGLBACKEND=mxnet python3 appnp.py --dataset cora --gpu 0
```

* cora: 0.8370 (paper: 0.850)
* citeseer: 0.713 (paper: 0.757)
* pubmed: 0.798 (paper: 0.797)

Experiments were done on dgl datasets (GCN settings) which are different from those used in the original implementation. (discrepancies are detailed in experimental section of the original paper)
Experiments were done on dgl datasets (GCN settings) which are different from those used in the original implementation. (discrepancies are detailed in experimental section of the original paper)
43 changes: 0 additions & 43 deletions examples/mxnet/sse/README.md

This file was deleted.

Loading

0 comments on commit f3f3509

Please sign in to comment.