Skip to content

Commit 6b95340

Browse files
anand-sonawanedeepakn94
authored andcommitted
Spell-check and links to papers (pytorch#26)
Spell-check and links to papers should always point to their summaries and not the pdf locations as the pdf locations can change
1 parent 9f5001a commit 6b95340

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

image_classification/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ We use Imagenet (http://image-net.org/):
9191

9292

9393
### Data preprocessing
94-
The dataset is extensively preprocessed, in several ways including image processing and, batching and TF formatting. The first pass does conversion and scaling (e.g. png to jpg). The second step is to group images in larger groups and convert into a Tensorflow format. There is also cropping and augmentation, mean color subtraction, bounding boxes etc.
94+
The dataset is extensively preprocessed, in several ways including image processing, batching and TF formatting. The first pass does conversion and scaling (e.g. png to jpg). The second step is to group images in larger groups and convert into a Tensorflow format - [TFRecords](https://www.tensorflow.org/programmers_guide/datasets#consuming_tfrecord_data). There is also cropping and augmentation, mean color subtraction, bounding boxes etc.
9595

9696
For more information on preprocessing, see this file and documentation:
9797
https://github.com/tensorflow/models/tree/master/research/inception#getting-started
@@ -110,9 +110,9 @@ We use all the data for evaluation. We don't provide an order for of data traver
110110

111111
See the following papers for more background:
112112

113-
[1] [Deep Residual Learning for Image Recognition](https://arxiv.org/pdf/1512.03385.pdf) by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, Dec 2015.
113+
[1] [Deep Residual Learning for Image Recognition](https://arxiv.org/abs/1512.03385) by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, Dec 2015.
114114

115-
[2] [Identity Mappings in Deep Residual Networks](https://arxiv.org/pdf/1603.05027.pdf) by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, Jul 2016.
115+
[2] [Identity Mappings in Deep Residual Networks](https://arxiv.org/abs/1603.05027) by Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun, Jul 2016.
116116

117117

118118
### Structure & Loss
@@ -140,4 +140,4 @@ We run to 0.749 accuracy (74.9% correct classifications).
140140
We evaluate after every epoch.
141141

142142
### Evaluation thoroughness
143-
Every test exmaple is used each time.
143+
Every test example is used each time.

0 commit comments

Comments
 (0)