r-torch 0.14.2
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.
- Outputs:
out
- Website: https://torch.mlverse.org/docs
- Licenses: Expat
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install r-torch 0.14.2
as follows:
guix install r-torch@0.14.2
Or install the latest version:
guix install r-torch
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.