Load Tiny ImageNet with one line of code. Stream the Tiny ImageNet dataset while training ML models. Visualize the classification dataset of 100K images.
In Tiny ImageNet, there are 100,000 images divided up into 200 classes. Every image in the dataset is downsized to a 64×64 colored image. For every class, there are 500 training images, 50 validating images and 50 test images.
Download Tiny ImageNet Dataset in Python
Instead of downloading the TinyImageNet dataset in Python, you can effortlessly load it in Python via our open-source package Hub with just one line of code.
Load Tiny ImageNet Dataset Training Subset in Python
Paper: Introduced by Le et al. in Tiny imagenet visual recognition challenge
Point of Contact: N/A
Tiny ImageNet Dataset Curators
Ya Le and Xuan S. Yang
Tiny ImageNet Dataset Licensing Information
Hub users may have access to a variety of publicly available datasets. We do not host or distribute these datasets, vouch for their quality or fairness, or claim that you have a license to use the datasets. It is your responsibility to determine whether you have permission to use the datasets under their license.
If you're a dataset owner and do not want your dataset to be included in this library, please get in touch through a GitHub issue. Thank you for your contribution to the ML community!
The Tiny ImageNet dataset is a visual database often used in visual object recognition software research. The Tiny ImageNet dataset is a modified subset of the original ImageNet dataset. The Tiny ImageNet dataset has 800 fewer classes than the ImageNet dataset, with 100,000 training examples and 10,000 validation examples.
How can I use Tiny ImageNet dataset in PyTorch or TensorFlow?