pytorch_spline_conv

Implementation of the Spline-Based Convolution Operator of SplineCNN in PyTorch

MIT License

Downloads
6.1K
Stars
165
Committers
8

Bot releases are visible (Hide)

pytorch_spline_conv - 1.2.2 Latest Release

Published by rusty1s over 1 year ago

  • Added support for PyTorch 2.0
pytorch_spline_conv - 1.2.1

Published by rusty1s over 3 years ago

  • Reduced the size of shared library files
  • CUDA wheels can now also operate on CPU-only devices
pytorch_spline_conv - 1.2.0

Published by rusty1s over 4 years ago

This release introduces a fully-traceable SplineConv operator using torch.jit.script. As a result, PyTorch 1.4 is now required to install this package. We also provide Python wheels for common OS/CUDA combinations (see README).

pytorch_spline_conv - 1.1.1

Published by rusty1s about 5 years ago

This release brings PyTorch 1.3 support to torch-spline-conv.

pytorch_spline_conv - 1.1.0

Published by rusty1s over 5 years ago

  • PyTorch 1.1.0
pytorch_spline_conv - 1.0.6

Published by rusty1s over 5 years ago

  • multi-GPU support
pytorch_spline_conv - 1.0.5

Published by rusty1s over 5 years ago

pytorch_spline_conv - 1.0.4

Published by rusty1s about 6 years ago

  • now uses new PyTorch extension API
  • PyTorch 0.4.1 compatibility
pytorch_spline_conv - 1.0.3

Published by rusty1s over 6 years ago

Added a norm argument: Whether to normalize output by node degree.

pytorch_spline_conv - 1.0.1

Published by rusty1s over 6 years ago

PyTorch 0.4.0

pytorch_spline_conv - 0.1.0

Published by rusty1s over 6 years ago

Package Rankings
Top 3.03% on Pypi.org
Top 15.52% on Spack.io
Badges
Extracted from project README
PyPI Version Testing Status Linting Status Code Coverage
Related Projects