Skip to content

zy20091082/pytorch_geometric

 
 

Repository files navigation


Build Status Code Coverage

Documentation

PyTorch Geometric is a Geometric Deep Learning extension library for PyTorch. In addition, PyTorch Geometric contains the spline-based convolutional layer from our paper:

Matthias Fey, Jan Eric Lenssen, Frank Weichert, Heinrich Müller: SplineCNN: Fast Geometric Deep Learning with Continuous B-Spline Kernels (CVPR 2018)

Installation

Install PyTorch manually (Installation). If cuda is available, check that nvcc is accessible from your terminal, e.g. by typing nvcc --version. If not, add cuda (/usr/local/cuda/bin) to your $PATH. Then run:

pip install -r requirements.txt
python setup.py install

Running examples

cd examples
python cora.py

Running tests

python setup.py test

Cite

Please cite our paper if you use this code in your own work:

@inproceedings{Fey/etal/2018,
  title={{SplineCNN}: Fast Geometric Deep Learning with Continuous {B}-Spline Kernels},
  author={Fey, Matthias and Lenssen, Jan Eric and Weichert, Frank and M{\"u}ller, Heinrich},
  booktitle={IEEE Conference on Computer Vision and Pattern Recognition (CVPR)}
  year={2018},
}

About

Geometric Deep Learning Extension Library for PyTorch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%