Performs a random channel shift.
View aliases
Compat aliases for migration
See Migration guide for more details.
`tf.compat.v1.keras.preprocessing.image.random_channel_shift`
tf.keras.preprocessing.image.random_channel_shift(
x, intensity_range, channel_axis=0
)
Args | |
---|---|
x
|
Input tensor. Must be 3D. |
intensity_range
|
Transformation intensity. |
channel_axis
|
Index of axis for channels in the input tensor. |
Returns | |
---|---|
Numpy image tensor. |