tiny_imagenet_dataset {torchvision} | R Documentation |
Tiny ImageNet dataset
Description
Prepares the Tiny ImageNet dataset and optionally downloads it.
Usage
tiny_imagenet_dataset(root, split = "train", download = FALSE, ...)
Arguments
root |
directory path to download the dataset. |
split |
dataset split, |
download |
whether to download or not the dataset. |
... |
other arguments passed to |
[Package torchvision version 0.6.0 Index]