showprediction

function defined in module FastAI


			showprediction([backend], task, pred)
showprediction([backend], task, sample, pred)

Show a prediction pred. If a sample is also given, show it next to the prediction. ŷ

Methods