Skip to content

Commit

Permalink
Merge pull request tensorflow#1210 from izeye/patch-4.
Browse files Browse the repository at this point in the history
  • Loading branch information
martinwicke committed Feb 21, 2016
2 parents a163fe1 + e79290d commit ec3b8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/g3doc/tutorials/deep_cnn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ learn more about how the `Reader` class works.
The images are processed as follows:

* They are cropped to 24 x 24 pixels, centrally for evaluation or
[randomly](../../api_docs/python/image.md#random_crop) for training.
[randomly](../../api_docs/python/constant_op.md#random_crop) for training.
* They are [approximately whitened](../../api_docs/python/image.md#per_image_whitening)
to make the model insensitive to dynamic range.

Expand Down

0 comments on commit ec3b8d3

Please sign in to comment.