Introducing TorchSparseGradUtils - v0.1.0 #46
theo-barfoot
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Release Notes:
We are excited to announce the first release of TorchSparseGradUtils, a suite of efficient utilities that extend the functionality of PyTorch sparse tensor operations to support sparse gradient back-propagation from sparse input tensors.
Here are the key features included in this release:
PyTorch Matrix operations with sparse gradients support:
Sparse Gaussian Distribution:
Sparse Encoder:
Sparse utilities:
Generating Random Sparse Matrices:
Additional backbone solvers implemented in pure PyTorch:
CuPy and JAX solvers:
We also provide wrappers around cupy sparse solvers and jax sparse solvers. Allowing linear systems of PyTorch sparse matrices to be solved using a CuPy or JAX back-end:
Installation:
This version can be installed using:
pip install torchsparsegradutils==0.1.0
We welcome any feedback, suggestions, and contributions via our issues page.
For more details about this release, you can refer to the Full Changelog.
This discussion was created from the release Introducing TorchSparseGradUtils - v0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions