deepakanandece / pytorch_geometric

PyTorch Geometric Deep Learning Library

Home Page:http://rusty1s.github.io/pytorch_geometric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


PyTorch Geometric is a Geometric Deep Learning extension library for PyTorch. In addition, PyTorch Geometric contains the spline-based convolutional layer from our paper SplineCNN: Fast Geometric Deep Learning with Continuous B-Spline Kernels.

Documentation

Development Status Build Status Code Coverage Requirements Status Code Climate

Requirements

Install pytorch and torchvision manually (Installation). If cuda is available it is recommended to install cupy (Installation).

To install the additional python packages needed, run:

pip install -r requirements.txt

Running tests

Install the test requirements and run the test suite:

pip install -r requirements_test.txt
nosetests

Cite

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

@article{Fey2017,
  title={{SplineCNN}: Fast Geometric Deep Learning with Continuous B-Spline Kernels},
  author={Matthias Fey and {Jan Eric} Lenssen and Frank Weichert and Heinrich M{\"u}ller},
  journal={CoRR},
  volume={abs/1711.08920},
  year={2017},
}

About

PyTorch Geometric Deep Learning Library

http://rusty1s.github.io/pytorch_geometric


Languages

Language:Python 99.7%Language:Shell 0.3%