README.md 306 Bytes
Newer Older
1
2
3
4
5
More Examples for Training GraphSAGE
============================

### Training with PyTorch Lightning

6
We provide minibatch training scripts with PyTorch Lightning in `train_lightning_unsupervised.py`.
7
8
9
10
11
12

Requires `pytorch_lightning` and `torchmetrics`.

```bash
python3 train_lightning_unsupervised.py
```