Open EmbraceLife opened 5 years ago
68:43-73:22 how to plot top losses examples/images How to create model interpreter?
interp = ClassificationInterpretation.from_learner(learn)
interp.plot_top_losses(9, figsize=(15,11))
doc(interp.plot_top_losses)
how to plot top losses examples/images?
68:43-73:22 how to plot top losses examples/images How to create model interpreter?
interp = ClassificationInterpretation.from_learner(learn)
Why plot the high loss?interp.plot_top_losses(9, figsize=(15,11))
How to read the output of the plotting and numbers?doc(interp.plot_top_losses)
-> doc & source What does those numbers on the plotting mean?