Commit 0f606859 authored by rusty1s's avatar rusty1s
Browse files

add description

parent 91efc915
# Examples
Train **GCN** on **Cora**:
```
python train_gcn.py --root=/tmp/datasets --device=0
```
Train **GIN** on **Cluster**:
```
python train_gin.py --root=/tmp/datasets --device=0
```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment