Datasets:
alexey-zhavoronkin
commited on
Commit
•
56a2d5d
1
Parent(s):
65cede8
Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,7 @@ size_categories:
|
|
10 |
It is faster than the common CINIC10 due to the fact that all images are loaded into RAM while initing dataset instance.
|
11 |
|
12 |
|
13 |
-
|
14 |
-
The simplest way to use CINIC-10 is with a PyTorch data loader, as follows:
|
15 |
|
16 |
```
|
17 |
import torchvision
|
|
|
10 |
It is faster than the common CINIC10 due to the fact that all images are loaded into RAM while initing dataset instance.
|
11 |
|
12 |
|
13 |
+
You should save file `cinic10.py` from this repo in local directory. And then import the CINIC10 class from it:
|
|
|
14 |
|
15 |
```
|
16 |
import torchvision
|