ChebyNet icon indicating copy to clipboard operation
ChebyNet copied to clipboard

The PyTorch version of ChebyNet.

Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering

issues forks stars License

About

The PyTorch version of ChebyNet implemented by the paper Convolutional Neural Networks on Graphs with Fast Localized Spectral Filtering.

Paper

https://arxiv.org/abs/1606.09375

Author's code

https://github.com/mdeff/cnn_graph

Requirements

To install requirements:

pip3 install -r requirements.txt