Flip | R Documentation |
Randomly flip a batch of images with a probability 'p'
Flip(
p = 0.5,
draw = NULL,
size = NULL,
mode = "bilinear",
pad_mode = "reflection",
align_corners = TRUE,
batch = FALSE
)
p |
probability |
draw |
draw |
size |
size of image |
mode |
mode |
pad_mode |
reflection, zeros, border as string parameter |
align_corners |
align corners ot not |
batch |
batch or not |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.