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.

Methods

There is 1 method for FastAI.predictbatch: