Skip to content

Commit

Permalink
Merge pull request #622 from ravikt:ravikt-patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 251263769
  • Loading branch information
Copybara-Service committed Jun 3, 2019
2 parents a5952bc + 8d9b394 commit 6fc2558
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions site/en/tutorials/images/deep_cnn.md
Expand Up @@ -39,7 +39,7 @@ designing larger and more sophisticated models in TensorFlow:
`tf.nn.max_pool`
([wiki](https://en.wikipedia.org/wiki/Convolutional_neural_network#Pooling_layer))
and `tf.nn.local_response_normalization`
(Chapter 3.3 in
(section 3.3 in
[AlexNet paper](https://papers.nips.cc/paper/4824-imagenet-classification-with-deep-convolutional-neural-networks.pdf)).
* [Visualization](../../guide/summaries_and_tensorboard.md)
of network activities during training, including input images,
Expand Down Expand Up @@ -129,8 +129,8 @@ For training, we additionally apply a series of random distortions to
artificially increase the data set size:

* `tf.image.random_flip_left_right` the image from left to right.
* Randomly distort the `tf.image.random_brightness`.
* Randomly distort the `tf.image.random_contrast`.
* Randomly distort the image with `tf.image.random_brightness`.
* Randomly distort the image with `tf.image.random_contrast`.

Please see the [Images](../../api_guides/python/image.md) page for the list of
available distortions. We also attach an
Expand Down

0 comments on commit 6fc2558

Please sign in to comment.