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.