标签: tensorflow transform
在keras中,您可以在random_shear中按keras.preprocessing.image进行剪切变换。
random_shear
keras.preprocessing.image
但是如何在张量流中进行剪切变换?
我想要的是张量流中的tensorflow.image.random_flip_left_right(image)。
tensorflow.image.random_flip_left_right(image)