augmentasi data tensorflow

IMG_SIZE = 180resize_and_rescale = tf.keras.Sequential([  layers.experimental.preprocessing.Resizing(IMG_SIZE, IMG_SIZE),  layers.experimental.preprocessing.Rescaling(1./255)])
Famous Fox