Thanks to visit codestin.com
Credit goes to github.com

Skip to content

shlpu/pytorch_geometric

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,094 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


PyPI Version Build Status Code Coverage

Documentation

PyTorch Geometric is a geometric deep learning extension library for PyTorch.

It consists of various methods for deep learning on graphs, known as geometric deep learning, from a variety of published papers. In addition, it consists of an easy-to-use mini-batch loader, a large number of common benchmark datasets (based on simple interfaces to create your own), and helpful transforms, both for learning on arbitrary graphs as well as on 3D meshes or point clouds.

In detail, the following methods are currently implemented:

For a quick start, check out our provided examples in the examples/ directory.

We are currently in our first alpha release and work on completing documentation. If you notice anything unexpected, please open an issue and let us know. If you are missing a specific method, feel free to open a feature request. We are constantly encouraged to make PyTorch Geometric even better.

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 cffi
pip install --upgrade torch-scatter torch-unique torch-cluster torch-spline-conv
pip install torch-geometric

Running examples

cd examples
python cora.py

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},
}

Running tests

python setup.py test

About

Geometric Deep Learning Extension Library for PyTorch

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors

Languages

  • Python 100.0%