Datasets:
alexey-zhavoronkin
commited on
Commit
•
c481ade
1
Parent(s):
485541d
Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,5 @@ size_categories:
|
|
5 |
- 100K<n<1M
|
6 |
---
|
7 |
|
8 |
-
CINIC10
|
|
|
|
5 |
- 100K<n<1M
|
6 |
---
|
7 |
|
8 |
+
[CINIC10](https://github.com/BayesWatch/cinic-10) dataset with interface of [CIFAR10](https://github.com/pytorch/vision/blob/main/torchvision/datasets/cifar.py).
|
9 |
+
It is faster than the common CINIC10 due to the fact that all images are loaded into RAM while initing dataset instance.
|