Skip to content

Sutongtong233/Inductive_GNN_pl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inductive GNN implemented in Pytorch-lightning.

For quick start in Pytorch-lightning: Pytorch-lightning⚡️.

For brief introduction of Inductive GNN(e.g. GraphSAGE), see my blog: 知乎链接

Requirements

To install requirements:

pip install -r requirements.txt

Training

To train the model, you first need to determine your training configurations in opt.py. Then run this command:

python train.py

About

Pytorch lightning implemention of inductive GNN(SAGE).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages