unbatch
function defined in module MLUtils
function
MLUtils
unbatch(x)
Reverse of the batch operation, unstacking the last dimension of the array x.
batch
x
See also unstack and chunk.
unstack
chunk
julia> unbatch([1 3 5 7; 2 4 6 8]) 4-element Vector{Vector{Int64}}: [1, 2] [3, 4] [5, 6] [7, 8]
There are 2 methods for MLUtils.unbatch:
MLUtils.unbatch
The following pages link back here:
MLUtils.jl , utils.jl