https://github.com/mlverse/torchvision
R interface to torchvision
https://github.com/mlverse/torchvision
Last synced: 2 months 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T15:44:06.000Z (over 1 year ago)
- Last Synced: 2024-04-25T13:20:20.553Z (12 months ago)
- Language: R
- Homepage: https://torchvision.mlverse.org
- Size: 2.87 MB
- Stars: 63
- Watchers: 8
- Forks: 15
- Open Issues: 25
-
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")
```