harshinde commited on
Commit
4e6b61d
·
verified ·
1 Parent(s): e003717

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
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},