filmov
tv
3. Scale Image pixel Data with keras ImageDataGenerator

Показать описание
The pixel values in images must be scaled prior to providing the images as input to a deep learning neural network model during the training or evaluation of the model. Keras supports data preparation for image data via the ImageDataGenerator class and API.