plot_top_losses {fastai} | R Documentation |
Plot_top_losses
Description
Plot_top_losses
Usage
plot_top_losses(interp, k, largest = TRUE, figsize = c(7, 5), ..., dpi = 90)
Arguments
interp |
interpretation object |
k |
number of images |
largest |
largest |
figsize |
plot size |
... |
additional parameters to pass |
dpi |
dots per inch |
Value
None
Examples
## Not run:
# get interperetation from learn object, the model.
interp = ClassificationInterpretation_from_learner(learn)
interp %>% plot_top_losses(k = 9, figsize = c(15,11))
## End(Not run)
[Package fastai version 2.2.2 Index]