diff --git a/python/paddle/fluid/layers/nn.py b/python/paddle/fluid/layers/nn.py index 7c4393c4d94787274314dfc249e6148f271103e8..627718f87e7df786f4ffd45430a84acbfbfd33a7 100644 --- a/python/paddle/fluid/layers/nn.py +++ b/python/paddle/fluid/layers/nn.py @@ -4099,7 +4099,7 @@ def image_resize(input, name=None, resample='BILINEAR'): """ - **Resize a batch of images** + **Resize a Batch of Images** The input must be a tensor of the shape (num_batches, channels, in_h, in_w), and the resizing only applies on the last two dimensions(hight and width).