modified default parameters

test=develop
revert-15296-async_double_buffered_py_reader
tink2123 6 years ago
parent 78145c7dff
commit b64cdaf6dc

@ -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

Loading…
Cancel
Save