提交 b64cdaf6 编写于 作者: T tink2123

modified default parameters

test=develop
上级 78145c7d
......@@ -6529,7 +6529,7 @@ def image_resize(input,
resample='BILINEAR',
actual_shape=None,
align_corners=True,
align_mode=0):
align_mode=1):
"""
**Resize a Batch of Images**
......@@ -6743,7 +6743,7 @@ def resize_bilinear(input,
name=None,
actual_shape=None,
align_corners=True,
align_mode=0):
align_mode=1):
"""
Resize input by performing bilinear interpolation based on given
output shape which specified by actual_shape, out_shape and scale
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册