rusty1s / k-gnn

Source code for AAAI subimssion #3463.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks

This is the source code for the AAAI submission #3463: Weisfeiler and Leman Go Neural: Higher-order Graph Neural Networks.

Installation

The code is built upon the PyTorch Geometric package, which needs to be installed before running the examples. Please follow its installation instructions.

Finally, run

python setup.py install

in the root directory of this repository.

Running examples

cd examples
python 1-2-3-proteins.py

About

Source code for AAAI subimssion #3463.


Languages

Language:C++ 59.1%Language:Python 37.7%Language:C 3.1%