Skip to content

Commit 64b77bc

Browse files
authored
try fix doc indent (#864)
doc test fix
1 parent c1e5f58 commit 64b77bc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/modules/prepro.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,20 @@ image augmentation often remains as a key bottleneck.
124124
``tf.image`` has three limitations:
125125

126126
- Real-world visual tasks such as object detection, segmentation, and pose estimation
127-
must cope with image meta-data (e.g., coordinates).
128-
These data are beyond ``tf.image``
129-
which processes images as tensors.
127+
must cope with image meta-data (e.g., coordinates).
128+
These data are beyond ``tf.image``
129+
which processes images as tensors.
130130

131131
- ``tf.image`` operators
132-
breaks the pure Python programing experience (i.e., users have to
133-
use ``tf.py_func`` in order to call image functions written in Python); however,
134-
frequent uses of ``tf.py_func`` slow down TensorFlow,
135-
making users hard to balance flexibility and performance.
132+
breaks the pure Python programing experience (i.e., users have to
133+
use ``tf.py_func`` in order to call image functions written in Python); however,
134+
frequent uses of ``tf.py_func`` slow down TensorFlow,
135+
making users hard to balance flexibility and performance.
136136

137137
- ``tf.image`` API is inflexible. Image operations are
138-
performed in an order. They are hard to jointly optimize. More importantly,
139-
sequential image operations can significantly
140-
reduces the quality of images, thus affecting training accuracy.
138+
performed in an order. They are hard to jointly optimize. More importantly,
139+
sequential image operations can significantly
140+
reduces the quality of images, thus affecting training accuracy.
141141

142142

143143
TensorLayer addresses these limitations by providing a

0 commit comments

Comments
 (0)