Update README.md
Browse files
README.md
CHANGED
|
@@ -27,6 +27,20 @@ dataset_info:
|
|
| 27 |
download_size: 1642628895
|
| 28 |
dataset_size: 1642947405.0
|
| 29 |
---
|
| 30 |
-
# Dataset Card for "cifarnet"
|
| 31 |
|
| 32 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
download_size: 1642628895
|
| 28 |
dataset_size: 1642947405.0
|
| 29 |
---
|
|
|
|
| 30 |
|
| 31 |
+
CIFARNet contains 200K images sampled from ImageNet-21K (Winter 2019 release), resized to 64x64, using coarse-grained labels that roughly match those of CIFAR-10. The exact ImageNet synsets used were:
|
| 32 |
+
```
|
| 33 |
+
{
|
| 34 |
+
"n02691156": 0, # airplane
|
| 35 |
+
"n02958343": 1, # automobile
|
| 36 |
+
"n01503061": 2, # bird
|
| 37 |
+
"n02121620": 3, # cat
|
| 38 |
+
"n02430045": 4, # deer
|
| 39 |
+
"n02083346": 5, # dog
|
| 40 |
+
"n01639765": 6, # frog
|
| 41 |
+
"n02374451": 7, # horse
|
| 42 |
+
"n04194289": 8, # ship
|
| 43 |
+
"n04490091": 9, # truck
|
| 44 |
+
}
|
| 45 |
+
```
|
| 46 |
+
The classes are balanced, and the dataset is pre-split into a training set of 190K images and a validation set of 10K images.
|