Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9192700

Browse files
author
Vijay Vasudevan
committed
Merge pull request tensorflow#659 from ppwwyyxx/patch-1
Fix typo
2 parents 2660831 + 5069e38 commit 9192700

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tensorflow/python/ops/image_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ def per_image_whitening(image):
583583
584584
This op computes `(x - mean) / adjusted_stddev`, where `mean` is the average
585585
of all values in image, and
586-
`adjusted_stddev = max(stddev, 1.0/srqt(image.NumElements()))`.
586+
`adjusted_stddev = max(stddev, 1.0/sqrt(image.NumElements()))`.
587587
588588
`stddev` is the standard deviation of all values in `image`. It is capped
589589
away from zero to protect against division by 0 when handling uniform images.

0 commit comments

Comments
 (0)