Datasets:
Tasks:
Image Classification
Modalities:
Image
Sub-tasks:
multi-class-image-classification
Languages:
English
Size:
100K<n<1M
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -96,6 +96,9 @@ transform = transforms.Compose([
|
|
| 96 |
trainset = CIFAR10(root='./data', train=True, download=True, transform=transform)
|
| 97 |
testset = CIFAR10(root='./data', train=False, download=True, transform=transform)
|
| 98 |
```
|
|
|
|
|
|
|
|
|
|
| 99 |
```
|
| 100 |
@techreport{Krizhevsky2009LearningML,
|
| 101 |
title={Learning Multiple Layers of Features from Tiny Images},
|
|
|
|
| 96 |
trainset = CIFAR10(root='./data', train=True, download=True, transform=transform)
|
| 97 |
testset = CIFAR10(root='./data', train=False, download=True, transform=transform)
|
| 98 |
```
|
| 99 |
+
|
| 100 |
+
## Citation
|
| 101 |
+
If you use this dataset, please cite the original technical report:
|
| 102 |
```
|
| 103 |
@techreport{Krizhevsky2009LearningML,
|
| 104 |
title={Learning Multiple Layers of Features from Tiny Images},
|