Skip to content

Commit

Permalink
disable pytorch reddit (dmlc#512)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZiyueHuang authored Apr 28, 2019
1 parent 99bc3ab commit e895191
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions examples/pytorch/sampling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ pubmed: test accuracy ~76% with --num-neighbors 3, ~77% by training on the full
python gcn_ns_sc.py --dataset pubmed --self-loop --num-neighbors 3 --batch-size 1000000 --test-batch-size 1000000 --gpu 0
```

reddit: test accuracy ~91% with --num-neighbors 2 and --batch-size 1000, ~93% by training on the full graph
```
python gcn_ns_sc.py --dataset reddit-self-loop --num-neighbors 2 --batch-size 1000 --test-batch-size 500000 --n-hidden 64
```

### Control Variate & Skip Connection
cora: test accuracy ~84% with --num-neighbors 1, ~84% by training on the full graph
```
Expand All @@ -50,8 +45,3 @@ pubmed: test accuracy ~77% with --num-neighbors 1, ~77% by training on the full
python gcn_cv_sc.py --dataset pubmed --self-loop --num-neighbors 1 --batch-size 1000000 --test-batch-size 1000000 --gpu 0
```

reddit: test accuracy ~93% with --num-neighbors 1 and --batch-size 1000, ~93% by training on the full graph
```
python gcn_cv_sc.py --dataset reddit-self-loop --num-neighbors 1 --batch-size 1000 --test-batch-size 500000 --n-hidden 64
```

0 comments on commit e895191

Please sign in to comment.