showoutputs
function
defined in module
FastAI
showoutputs([backend], task, outputs)
showoutputs([backend], task, encsamples, outputs)
Show model outputs to
backend
. If a vector of encoded samples
encsamples
is also given, show them next to the outputs. Use
showoutputbatch
to show collated batches of outputs.
showoutputs(task, learner[; n = 4, context = Validation()])
Run a trained model in
learner
on
n
samples and visualize the outputs.
There are
4
methods for FastAI.showoutputs
:
The following pages link back here:
FastAI.jl, Image segmentation, Introduction, Keypoint regression, Quickstart
FastAI.jl , interpretation/learner.jl , interpretation/task.jl