batchsize
function defined in module MLUtils
function
MLUtils
batchsize(data::BatchView) -> Int
Return the fixed size of each batch in data.
data
using MLUtils X , Y = MLUtils . load_iris ( ) A = BatchView ( X , batchsize = 30 ) @ assert batchsize ( A ) == 30
There is 1 method for MLUtils.batchsize:
MLUtils.batchsize
The following pages link back here:
Quickstart, Tabular Classification
functor.jl , MLUtils.jl , batchview.jl , deprecations.jl , eachobs.jl