View source: R/transforms-generics.R
| transform_random_vertical_flip | R Documentation |
The image can be a PIL 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_vertical_flip(img, p = 0.5)
img |
A |
p |
(float): probability of the image being flipped. Default value is 0.5 |
Other random_transforms:
transform_color_jitter(),
transform_random_affine(),
transform_random_crop(),
transform_random_erasing(),
transform_random_grayscale(),
transform_random_horizontal_flip(),
transform_random_perspective(),
transform_random_resized_crop(),
transform_random_rotation()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.