Learn R Programming

torchdatasets

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:

DatasetDomainTypeAuthentication
bird_species_dataset()ImagesClassificationNot required
dogs_vs_cats_dataset()ImagesClassificationNot required
guess_the_correlation_dataset()ImagesRegressionNot required
cityscapes_pix2pix_dataset()ImagesSegmentationNot required
oxford_pet_dataset()ImagesSegmentationNot required
bank_marketing_dataset()TabularClassificationNot required
imdb_dataset()TextClassificationNot required

Copy Link

Version

Install

install.packages('torchdatasets')

Monthly Downloads

756

Version

0.3.1

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Daniel Falbel

Last Published

June 20th, 2024

Functions in torchdatasets (0.3.1)

bank_marketing_dataset

Bank marketing dataset
bird_species_dataset

Bird species dataset
cityscapes_pix2pix_dataset

Cityscapes Pix2Pix dataset
imdb_dataset

IMDB movie review sentiment classification dataset
guess_the_correlation_dataset

Guess The Correlation dataset
oxford_flowers102_dataset

102 Category Flower Dataset
oxford_pet_dataset

Oxford Pet Dataset
dogs_vs_cats_dataset

Dog vs cats dataset