dmlc--dgl
18 行
257 B
Markdown
18 行
257 B
Markdown
# Sampling Examples Running
|
|
|
|
## Requirements
|
|
|
|
```bash
|
|
pip install torchmetrics==0.11.4
|
|
```
|
|
|
|
## How to run
|
|
|
|
### Node classification
|
|
|
|
Run with following (available mode: "cpu", "mixed"(default), "gpu")
|
|
|
|
```bash
|
|
python3 node_classification.py --mode mixed
|
|
```
|