Implementation and reproduction of the Graph Wavenet paper in Pytorch Geometric.
python -m pip install gwnetFrom source:
git clone https://github.com/boykovdn/gwnet
cd gwnet
python -m pip install .See CONTRIBUTING.md for instructions on how to contribute.
Distributed under the terms of the MIT license.