R/transforms-generics.R
transform_random_horizontal_flip.RdHorizontally flip an image randomly with a given probability. The image can
be a Magick Image or a torch Tensor, in which case it is expected to have
[..., H, W] shape, where ... means an arbitrary number of leading
dimensions
transform_random_horizontal_flip(img, p = 0.5)Other random_transforms:
transform_color_jitter(),
transform_random_affine(),
transform_random_crop(),
transform_random_erasing(),
transform_random_grayscale(),
transform_random_perspective(),
transform_random_resized_crop(),
transform_random_rotation(),
transform_random_vertical_flip()