Learn R Programming

⚠️There's a newer version (0.3.1) of this package.Take me there.

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

307

Version

0.3.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Daniel Falbel

Last Published

February 14th, 2023

Functions in torchdatasets (0.3.0)

guess_the_correlation_dataset

Guess The Correlation dataset
cityscapes_pix2pix_dataset

Cityscapes Pix2Pix dataset
bird_species_dataset

Bird species dataset
oxford_pet_dataset

Oxford Pet Dataset
imdb_dataset

IMDB movie review sentiment classification dataset
oxford_flowers102_dataset

102 Category Flower Dataset
bank_marketing_dataset

Bank marketing dataset
dogs_vs_cats_dataset

Dog vs cats dataset