predictbatch
function defined in module
FastAI
predictbatch(task, model, inputs[; device, context])
Predict
targets from a vector of
inputs using
model by batching them. Optionally apply function
device to batch before passing to
model and use
context instead of the default
Inference.
There is
1
method for FastAI.predictbatch:
The following pages link back here:
Custom learning tasks, Saving and loading models for inference