README.md 259 Bytes
Newer Older
rusty1s's avatar
rusty1s committed
1
2
3
# Benchmark on Small-scale Graphs

```
rusty1s's avatar
rusty1s committed
4
5
6
7
8
9
10
python main.py model=gcn dataset=cora root=/tmp/datasets device=0
```

You can choose between the following models and datasets:

* **Models:** `gcn`, `gat`, `appnp`, `gcn2`
* **Datasets:** `gcn`, `gat`, `appnp`, `gcn2`