r-torch
Tensors and neural networks with GPU acceleration
This package provides functionality to define and train neural networks similar to PyTorch but written entirely in R using the libtorch library. It also supports low-level tensor operations and GPU acceleration.
- Versions: 0.14.1
- Website: https://torch.mlverse.org/docs
- Licenses: Expat
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-torch
as follows:
guix install r-torch
Or install a particular version:
guix install r-torch@0.14.1
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-torch about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-torch'><img src='https://packages.guix.gnu.org/packages/r-torch/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-torch)
Example Org:
[[https://packages.guix.gnu.org/packages/r-torch][https://packages.guix.gnu.org/packages/r-torch/badges/latest-version.svg]]