Skip to content

Commit 7c61abe

Browse files
committed
[docs] flip]
1 parent 7295198 commit 7c61abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorlayer/prepro.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ def flip_axis(x, axis, is_random=False):
290290
- 1, flip left and right
291291
- 2, flip channel
292292
is_random : boolean, default False
293-
If True, randomly zoom.
293+
If True, randomly flip.
294294
"""
295295
if is_random:
296296
factor = np.random.uniform(-1, 1)

0 commit comments

Comments
 (0)