This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-torch/badges/latest-version.svg)](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]]