Description
Models, Datasets and Transformations for Images.
Description
Provides access to datasets, models and preprocessing facilities for deep learning with images. Integrates seamlessly with the 'torch' package and it's 'API' borrows heavily from 'PyTorch' vision package.
README.md
torchvision
torchvision is an extension for 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:
install.packages("torchvision")
You can install the development version from GitHub with:
remotes::install_github("mlverse/torchvision@main")