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

Down Chevron

Install

install.packages('torchdatasets')

Monthly Downloads

419

Version

0.3.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

February 14th, 2023

Functions in torchdatasets (0.3.0)