tf.keras.applications.inception_resnet_v2.preprocess_input(x)
Defined in tensorflow/python/keras/_impl/keras/applications/inception_resnet_v2.py
.
Preprocesses a numpy array encoding a batch of images.
x
: a 4D numpy array consists of RGB values within [0, 255].Preprocessed array.
© 2018 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/python/tf/keras/applications/inception_resnet_v2/preprocess_input