rotate_mat {fastai}R Documentation

Rotate_mat

Description

Return a random rotation matrix with 'max_deg' and 'p'

Usage

rotate_mat(x, max_deg = 10, p = 0.5, draw = NULL, batch = FALSE)

Arguments

x

tensor

max_deg

max_deg

p

probability

draw

draw

batch

batch

Value

None


[Package fastai version 2.2.2 Index]