Is it possible to verify the output of
Cropping2D(cropping=((22, 0), (0, 0)),
input_shape=resized_image.shape)
Without constructing and training a model? I.e. I just want to pass and image to Cropping and get and display the output image.