Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 984 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 984 Bytes

gwnet

Actions Status PyPI version PyPI platforms

Implementation and reproduction of the Graph Wavenet paper in Pytorch Geometric.

Installation

python -m pip install gwnet

From source:

git clone https://github.com/boykovdn/gwnet
cd gwnet
python -m pip install .

Usage

Contributing

See CONTRIBUTING.md for instructions on how to contribute.

License

Distributed under the terms of the MIT license.