Working with preprocessing layers - Keras
keras.io › guides › preprocessing_layersJul 25, 2020 · tf.keras.layers.IntegerLookup: turns integer categorical values into an encoded representation that can be read by an Embedding layer or Dense layer. Image preprocessing. These layers are for standardizing the inputs of an image model. tf.keras.layers.Resizing: resizes a batch of images to a target size. tf.keras.layers.Rescaling: rescales and ...