TensorFlow - tf.keras.layers.experimental.preprocessing ...
runebook.dev › en › docstf.keras.layers.experimental.preprocessing.RandomZoom ( height_factor, width_factor= None, fill_mode= 'reflect' , interpolation= 'bilinear', seed= None, name= None, fill_value= 0.0 , **kwargs ) Example: input_img = np.random.random ( ( 32, 224, 224, 3 )) layer = tf.keras.layers.experimental.preprocessing.RandomZoom (. 5, .