/PygHO

A library for subgraph GNN based on pyg

Primary LanguagePythonMIT LicenseMIT

PygHO

A library for high-order GNN based on torch_geometric.

Installation

First clone our repo

git clone https://github.com/GraphPKU/PygHO.git

Then install it locally

cd PygHO
pip install -e ./

-e enables modifying the library code dynamically and is optional.

Usage

Please refer to our online document for more details.