View source: R/vision_augment.R
RandomResizedCropGPU | R Documentation |
Picks a random scaled crop of an image and resize it to 'size'
RandomResizedCropGPU(
size,
min_scale = 0.08,
ratio = list(0.75, 1.33333333333333),
mode = "bilinear",
valid_scale = 1
)
size |
size |
min_scale |
minimum scale |
ratio |
ratio |
mode |
mode |
valid_scale |
validation scale |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.