https://github.com/tabe/crothr
A Nix package of Torch for R
https://github.com/tabe/crothr
Last synced: 11 months ago
JSON representation
A Nix package of Torch for R
- Host: GitHub
- URL: https://github.com/tabe/crothr
- Owner: tabe
- License: mit
- Created: 2024-04-09T02:10:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-10T06:48:42.000Z (about 2 years ago)
- Last Synced: 2024-05-01T22:55:09.337Z (about 2 years ago)
- Language: Nix
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: crothr: a Nix package of Torch for R
* Abstract
crothr is a [[https://nixos.org/][Nix]] package of [[https://torch.mlverse.org/][Torch for R]], based on [[https://github.com/NixOS/nixpkgs][nixpkgs]].
This package installs the R package as well as an appropriate [[https://pytorch.org/cppdocs/index.html][libtorch]].
This alpha version is still under development.
* Examples
** With a Nix flake
See an [[file:example-cpu][an example (for CPU)]] and [[file:example-gpu][another (for GPU)]] for a Nix flake that installs a shell script training a neural network by Torch for R.
* License
[[file:LICENSE][MIT License]]