GraphPKU / PygHO

A library for subgraph GNN based on pyg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A library for subgraph GNN based on pyg

License:MIT License


Languages

Language:Python 95.3%Language:Shell 4.7%