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.