getbatch
function
defined in module
FastAI
getbatch(learner[; validation = false, n = nothing])
Get a batch of data from
learner
. Take a batch of training data by default or validation data if
validation = true
. If
n
take only the first
n
samples from the batch.
There is
1
method for FastAI.getbatch
:
The following pages link back here: