Skip to content

Latest commit

 

History

History
 
 

distributed

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Examples for Distributed Graph Learning

This directory contains examples for distributed graph learning. The examples are organized into two subdirectories:

  1. pyg: Distributed training via PyG's own torch_geometric.distributed package.
  2. graphlearn_for_pytorch: Distributed training via the external GraphLearn-for-PyTorch (GLT) package.
  3. kuzu: Remote backend via the Kùzu graph database.