zoom_mat {fastai} | R Documentation |
Zoom_mat
Description
Return a random zoom matrix with 'max_zoom' and 'p'
Usage
zoom_mat(
x,
min_zoom = 1,
max_zoom = 1.1,
p = 0.5,
draw = NULL,
draw_x = NULL,
draw_y = NULL,
batch = FALSE
)
Arguments
x |
tensor |
min_zoom |
minimum zoom |
max_zoom |
maximum zoom |
p |
probability |
draw |
draw |
draw_x |
draw x |
draw_y |
draw y |
batch |
batch |
Value
None
[Package fastai version 2.2.2 Index]