For quick start in Pytorch-lightning: Pytorch-lightning⚡️.
For brief introduction of Inductive GNN(e.g. GraphSAGE), see my blog: 知乎链接
To install requirements:
pip install -r requirements.txt
To train the model, you first need to determine your training configurations in opt.py. Then run this command:
python train.py