.DataAugmentation
getrandstate
function
defined in module
DataAugmentation
getrandstate(transform)
Generates random state for stochastic transformations. Calling
apply(tfm, item)
is equivalent to
apply(tfm, item; randstate = getrandstate(tfm))
. It defaults to
nothing
, so you it only needs to be implemented for stochastic
Transform
s.
There are
16
methods for DataAugmentation.getrandstate
:
The following pages link back here:
base.jl , buffered.jl , colortransforms.jl , oneof.jl , projective/affine.jl , projective/base.jl , projective/compose.jl , projective/crop.jl , projective/warp.jl , sequence.jl , testing.jl , wrapper.jl