alexey-zhavoronkin commited on
Commit
ac376f1
1 Parent(s): 56a2d5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +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
- 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
 
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 `cinic10.py` from this repo in local directory. And then import the CINIC10 class from it:
14
 
15
  ```
16
  import torchvision