https://github.com/mlverse/torchvision
R interface to torchvision
https://github.com/mlverse/torchvision
Last synced: 19 days ago
JSON representation
R interface to torchvision
- Host: GitHub
- URL: https://github.com/mlverse/torchvision
- Owner: mlverse
- License: other
- Created: 2020-07-24T16:31:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T14:05:52.000Z (9 months ago)
- Last Synced: 2025-04-13T17:05:30.966Z (about 2 months ago)
- Language: R
- Homepage: https://torchvision.mlverse.org
- Size: 2.92 MB
- Stars: 65
- Watchers: 7
- Forks: 20
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - mlverse/torchvision - R interface to torchvision (R)
README
# torchvision
[](https://github.com/mlverse/torchvision/actions)
[](https://CRAN.R-project.org/package=torchvision)
[](https://cran.r-project.org/package=torchvision)torchvision is an extension for [torch](https://github.com/mlverse/torch) providing image loading, transformations, common architectures for computer vision, pre-trained weights and access to commonly used datasets.
## Installation
The CRAN release can be installed with:
```r
install.packages("torchvision")
```You can install the development version from GitHub with:
``` r
remotes::install_github("mlverse/torchvision@main")
```