Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 619 Bytes

README.md

File metadata and controls

35 lines (25 loc) · 619 Bytes

GNN examples

  1. Multi-processing Feature usage.
python feature_mp.py
  1. Single GPU basic GraphSAGE on OGBN-Products similar to PyG. This example is implemeted using NeighborSampler.
python train_sage_ogbn_products.py
  1. Multiple GPUs GraphSAGE on OGBN-papers100M.
python multi_gpu/train_sage_ogbn_papers100m.py
  1. Heterogeneous GraphSage examples on OGBN-MAG compatible with PyG.
# single GPU
python hetero/train_hgt_mag.py
# multi-GPUs
python hetero/train_hgt_mag_mp.py
  1. Training on PAI.

see pai/README.md

  1. Distributed (multi nodes) examples. see distributed/README.md