makebatch
function
defined in module
FastAI
makebatch(task, data, [idxs; context]) -> (xs, ys)
Create a batch of encoded data by loading
idxs
from data container
data
. Useful for inspection and as input to
showbatch
. Samples are encoded in
context
which defaults to
Training
.
There is
1
method for FastAI.makebatch
:
The following pages link back here:
How to augment vision data, How to visualize data, Image segmentation, Keypoint regression, New visualization tools for FastAI.jl, Variational autoencoders