A library for high-order GNN based on torch_geometric.
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.
Please refer to our online document for more details.