Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 652 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 652 Bytes

torchsparse

R interface to PyTorch Sparse. torchsparse is a small extension library for torch providing optimized sparse matrix operations with autograd support.

Installation

You can install the released version of torchsparse from CRAN with:

install.packages("torchsparse")

And the development version from GitHub with:

# install.packages("remotes")
devtools::install_github("mlverse/torchsparse")