Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mlverse/torchsparse

R interface for torchsparse
https://github.com/mlverse/torchsparse

Last synced: 11 days ago
JSON representation

R interface for torchsparse

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# torchsparse

R interface to [PyTorch Sparse](https://github.com/rusty1s/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](https://CRAN.R-project.org) with:~~

``` r
install.packages("torchsparse")
```

And the development version from [GitHub](https://github.com/) with:

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