imagenette
Stay organized with collections
Save and categorize content based on your preferences.
Imagenette is a subset of 10 easily classified classes from the Imagenet
dataset. It was originally prepared by Jeremy Howard of FastAI. The objective
behind putting together a small version of the Imagenet dataset was mainly
because running new ideas/algorithms/experiments on the whole Imagenet take a
lot of time.
This version of the dataset allows researchers/practitioners to quickly try out
ideas and share with others. The dataset comes in three variants:
Note: The v2 config correspond to the new 70/30 train/valid split (released in
Dec 6 2019).
FeaturesDict ({
'image' : Image ( shape = ( None , None , 3 ), dtype = uint8 ),
'label' : ClassLabel ( shape = (), dtype = int64 , num_classes = 10 ),
})
Feature
Class
Shape
Dtype
Description
FeaturesDict
image
Image
(None, None, 3)
uint8
label
ClassLabel
int64
@misc { imagenette ,
author = "Jeremy Howard" ,
title = "imagenette" ,
url = "https://github.com/fastai/imagenette/"
}
imagenette/full-size-v2 (default config)
Split
Examples
'train'
9,469
'validation'
3,925
imagenette/320px-v2
Config description : 320px variant.
Download size : 325.84 MiB
Dataset size : 332.71 MiB
Auto-cached
(documentation ):
No
Splits :
Split
Examples
'train'
9,469
'validation'
3,925
imagenette/160px-v2
Split
Examples
'train'
9,469
'validation'
3,925
imagenette/full-size
Split
Examples
'train'
12,894
'validation'
500
imagenette/320px
Config description : 320px variant.
Download size : 325.48 MiB
Dataset size : 332.71 MiB
Auto-cached
(documentation ):
No
Splits :
Split
Examples
'train'
12,894
'validation'
500
imagenette/160px
Split
Examples
'train'
12,894
'validation'
500
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-01 UTC.
[null,null,["Last updated 2024-06-01 UTC."],[],[],null,["# imagenette\n\n\u003cbr /\u003e\n\n- **Description**:\n\nImagenette is a subset of 10 easily classified classes from the Imagenet\ndataset. It was originally prepared by Jeremy Howard of FastAI. The objective\nbehind putting together a small version of the Imagenet dataset was mainly\nbecause running new ideas/algorithms/experiments on the whole Imagenet take a\nlot of time.\n\nThis version of the dataset allows researchers/practitioners to quickly try out\nideas and share with others. The dataset comes in three variants:\n\n- Full size\n- 320 px\n- 160 px\n\n| **Note:** The v2 config correspond to the new 70/30 train/valid split (released in Dec 6 2019).\n\n- **Additional Documentation** :\n [Explore on Papers With Code\n north_east](https://paperswithcode.com/dataset/imagenette)\n\n- **Homepage** :\n \u003chttps://github.com/fastai/imagenette\u003e\n\n- **Source code** :\n [`tfds.datasets.imagenette.Builder`](https://github.com/tensorflow/datasets/tree/master/tensorflow_datasets/datasets/imagenette/imagenette_dataset_builder.py)\n\n- **Versions**:\n\n - **`1.0.0`** (default): No release notes.\n- **Feature structure**:\n\n FeaturesDict({\n 'image': Image(shape=(None, None, 3), dtype=uint8),\n 'label': ClassLabel(shape=(), dtype=int64, num_classes=10),\n })\n\n- **Feature documentation**:\n\n| Feature | Class | Shape | Dtype | Description |\n|---------|--------------|-----------------|-------|-------------|\n| | FeaturesDict | | | |\n| image | Image | (None, None, 3) | uint8 | |\n| label | ClassLabel | | int64 | |\n\n- **Supervised keys** (See\n [`as_supervised` doc](https://www.tensorflow.org/datasets/api_docs/python/tfds/load#args)):\n `('image', 'label')`\n\n- **Citation**:\n\n @misc{imagenette,\n author = \"Jeremy Howard\",\n title = \"imagenette\",\n url = \"https://github.com/fastai/imagenette/\"\n }\n\nimagenette/full-size-v2 (default config)\n----------------------------------------\n\n- **Config description**: full-size variant.\n\n- **Download size** : `1.45 GiB`\n\n- **Dataset size** : `1.46 GiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'train'` | 9,469 |\n| `'validation'` | 3,925 |\n\n- **Figure** ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nimagenette/320px-v2\n-------------------\n\n- **Config description**: 320px variant.\n\n- **Download size** : `325.84 MiB`\n\n- **Dataset size** : `332.71 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'train'` | 9,469 |\n| `'validation'` | 3,925 |\n\n- **Figure** ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nimagenette/160px-v2\n-------------------\n\n- **Config description**: 160px variant.\n\n- **Download size** : `94.42 MiB`\n\n- **Dataset size** : `102.10 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'train'` | 9,469 |\n| `'validation'` | 3,925 |\n\n- **Figure** ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nimagenette/full-size\n--------------------\n\n- **Config description**: full-size variant.\n\n- **Download size** : `1.45 GiB`\n\n- **Dataset size** : `1.46 GiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'train'` | 12,894 |\n| `'validation'` | 500 |\n\n- **Figure** ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nimagenette/320px\n----------------\n\n- **Config description**: 320px variant.\n\n- **Download size** : `325.48 MiB`\n\n- **Dataset size** : `332.71 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n No\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'train'` | 12,894 |\n| `'validation'` | 500 |\n\n- **Figure** ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples... \n\nimagenette/160px\n----------------\n\n- **Config description**: 160px variant.\n\n- **Download size** : `94.18 MiB`\n\n- **Dataset size** : `102.10 MiB`\n\n- **Auto-cached**\n ([documentation](https://www.tensorflow.org/datasets/performances#auto-caching)):\n Yes\n\n- **Splits**:\n\n| Split | Examples |\n|----------------|----------|\n| `'train'` | 12,894 |\n| `'validation'` | 500 |\n\n- **Figure** ([tfds.show_examples](https://www.tensorflow.org/datasets/api_docs/python/tfds/visualization/show_examples)):\n\n- **Examples** ([tfds.as_dataframe](https://www.tensorflow.org/datasets/api_docs/python/tfds/as_dataframe)):\n\nDisplay examples..."]]