Skip to content

Commit 0e6bf29

Browse files
authored
Merge pull request #212 from squarefk/master
fix wrong default parameter
2 parents d40712f + b22d37b commit 0e6bf29

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)