.FastAITaskDataset

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!.

Methods

There is 1 method for FastAI.TaskDataset: