.FastAI
TaskDataset
struct
defined in module
FastAI
taskdataset(data, task, context)
Transform data container
data
of samples into a data container of encoded samples. Maps
encodesample(task, context, sample)
over the observations in
data
. Also handles in-place
MLUtils.getobs!
through
encodesample!
.
There is
1
method for FastAI.TaskDataset
:
The following page links back here: