diff --git a/keras/preprocessing/image.py b/keras/preprocessing/image.py index 71de01b6185..98f9e086efd 100644 --- a/keras/preprocessing/image.py +++ b/keras/preprocessing/image.py @@ -219,7 +219,7 @@ def apply_transform(x, x_channel, final_affine_matrix, final_offset, - order=0, + order=1, mode=fill_mode, cval=cval) for x_channel in x] x = np.stack(channel_images, axis=0)