Skip to content

Commit b22d37b

Browse files
committed
fix wrong default parameter
1 parent d40712f commit b22d37b

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
@@ -811,7 +811,7 @@ def constant_multi():
811811
pass
812812

813813
# resize
814-
def imresize(x, size=[100, 100], interp='bicubic', mode=None):
814+
def imresize(x, size=[100, 100], interp='bicubic', mode=None):
815815
"""Resize an image by given output size and method. Warning, this function
816816
will rescale the value to [0, 255].
817817

0 commit comments

Comments
 (0)