plot_loss {fastai} | R Documentation |
Plot_loss
Description
Plot the losses from 'skip_start' and onward
Usage
plot_loss(object, skip_start = 5, with_valid = TRUE, dpi = 200)
Arguments
object |
model |
skip_start |
n points to skip the start |
with_valid |
with validation |
dpi |
dots per inch |
Value
None
[Package fastai version 2.2.2 Index]