djghosh commited on
Commit
2510fd7
·
1 Parent(s): 80a304f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CIFAR-100 Webdataset (Test set only)
2
+
3
+ Original paper: [Learning Multiple Layers of Features from Tiny Images](https://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdf)
4
+
5
+ Homepage: https://www.cs.toronto.edu/~kriz/cifar.html
6
+
7
+ Bibtex:
8
+ ```
9
+ @TECHREPORT{Krizhevsky09learningmultiple,
10
+ author = {Alex Krizhevsky},
11
+ title = {Learning multiple layers of features from tiny images},
12
+ institution = {},
13
+ year = {2009}
14
+ }
15
+ ```