Skip to content

mlverse/torchdatasets

Folders and files

NameName
Last commit message
Last commit date
Jun 19, 2024
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Oct 31, 2022
Oct 27, 2022
Jan 7, 2025
Jan 15, 2021
Sep 30, 2020
Jan 15, 2025
Jun 20, 2024
Jan 15, 2025
Jan 12, 2021
Jan 15, 2021
Oct 13, 2020

Repository files navigation

torchdatasets

R-CMD-check CRAN status

torchdatasets provides ready-to-use datasets compatible with the torch package.

Installation

The released version of torchdatasets can be installed with:

install.packages("torchdatasets")

You can also install the development version with:

remotes::install_github("mlverse/torchdatasets")

Datasets

Currently, the following datasets are implemented:

Dataset Domain Type Authentication
bird_species_dataset() Images Classification Not required
dogs_vs_cats_dataset() Images Classification Not required
guess_the_correlation_dataset() Images Regression Not required
cityscapes_pix2pix_dataset() Images Segmentation Not required
oxford_pet_dataset() Images Segmentation Not required
bank_marketing_dataset() Tabular Classification Not required
imdb_dataset() Text Classification Not required
spam_dataset() Tabular Classification Not required