You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: image_classification/README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,7 @@ We use Imagenet (http://image-net.org/):
91
91
92
92
93
93
### 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.
95
95
96
96
For more information on preprocessing, see this file and documentation:
@@ -110,9 +110,9 @@ We use all the data for evaluation. We don't provide an order for of data traver
110
110
111
111
See the following papers for more background:
112
112
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.
114
114
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.
116
116
117
117
118
118
### Structure & Loss
@@ -140,4 +140,4 @@ We run to 0.749 accuracy (74.9% correct classifications).
0 commit comments