Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlverse/torchvision
R interface to torchvision
https://github.com/mlverse/torchvision
Last synced: 3 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 (11 months ago)
- Last Synced: 2024-04-25T13:20:20.553Z (7 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
[![R build status](https://github.com/mlverse/torchvision/workflows/R-CMD-check/badge.svg)](https://github.com/mlverse/torchvision/actions)
[![CRAN status](https://www.r-pkg.org/badges/version/torchvision)](https://CRAN.R-project.org/package=torchvision)
[![](https://cranlogs.r-pkg.org/badges/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")
```