Preprocessing layers - Keras
https://keras.io/api/layers/preprocessing_layersCategorical features preprocessing layers CategoryEncoding layer Hashing layer StringLookup layer IntegerLookup layer Image preprocessing layers Resizing layer Rescaling layer CenterCrop layer Image augmentation layers RandomCrop layer RandomFlip layer RandomTranslation layer RandomRotation layer RandomZoom layer RandomHeight layer
Working with preprocessing layers | TensorFlow Core
www.tensorflow.org › guide › kerasNov 12, 2021 · The Keras preprocessing layers API allows developers to build Keras-native input processing pipelines. These input processing pipelines can be used as independent preprocessing code in non-Keras workflows, combined directly with Keras models, and exported as part of a Keras SavedModel. With Keras preprocessing layers, you can build and export ...