README.md 115 Bytes
Newer Older
1
2
3
4
5
6
7
# Multi-gpu training with GraphBolt data loader

## How to run

```bash
python node_classification.py --gpu=0,1
```