Skip to content

Commit 624c566

Browse files
Update readme.md
1 parent c868fec commit 624c566

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

examples/Cifar10Resize/readme.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This folder contains a program that resizes CIFAR-10 and CIFAR-100 images to 64x64 and 128x128 pixels.
33

44
## Original Work
5-
The [CIFAR-10 Dataset](https://www.cs.toronto.edu/~kriz/cifar.html) is a fantastic contribution to computer science made by the original authors.
5+
The [CIFAR-10 Dataset](https://www.cs.toronto.edu/~kriz/cifar.html) is a fantastic [contribution](https://paperswithcode.com/dataset/cifar-10) to computer science made by the original authors.
66
Please refer to https://www.cs.toronto.edu/~kriz/cifar.html and to [Learning Multiple Layers of Features from Tiny Images, Alex Krizhevsky, 2009](https://www.cs.toronto.edu/~kriz/learning-features-2009-TR.pdf) for the original work.
77

88
## Resizing Images
@@ -20,3 +20,17 @@ You can download resized images from:
2020
* https://www.kaggle.com/joaopauloschuler/cifar10-64x64-resized-via-cai-super-resolution
2121
* https://www.kaggle.com/joaopauloschuler/cifar10-128x128-resized-via-cai-super-resolution
2222
* https://www.kaggle.com/joaopauloschuler/cifar100-128x128-resized-via-cai-super-resolution
23+
24+
## Citing this Work
25+
You can cite this work in BibTeX format with:
26+
```
27+
@software{cai_neural_api_2021_5810077,
28+
author = {Joao Paulo Schwarz Schuler},
29+
title = {CAI NEURAL API},
30+
month = dec,
31+
year = 2021,
32+
publisher = {Zenodo},
33+
version = {v1.0.6},
34+
doi = {10.5281/zenodo.5810077},
35+
url = {https://doi.org/10.5281/zenodo.5810077}
36+
}

0 commit comments

Comments
 (0)