R interface to PyTorch
Sparse. torchsparse
is a
small extension library for torch providing optimized sparse matrix
operations with autograd support.
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")