Skip to content

Commit

Permalink
Update resize_images.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zu3st committed Oct 2, 2019
1 parent 3a184c8 commit 77b0abe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chainer/functions/array/resize_images.py
Expand Up @@ -303,7 +303,6 @@ def resize_images(x, output_shape, mode='bilinear', align_corners=True):
"""Resize images to the given shape.
This function resizes 2D data to :obj:`output_shape`.
Currently, only bilinear interpolation is supported as the sampling method.
Notation: here is a notation for dimensionalities.
Expand Down

0 comments on commit 77b0abe

Please sign in to comment.