plot_lr_find {fastai}R Documentation

Plot_lr_find

Description

Plot the result of an LR Finder test (won't work if you didn't do 'lr_find(learn)' before)

Usage

plot_lr_find(object, skip_end = 5, dpi = 250)

Arguments

object

model

skip_end

n points to skip the end

dpi

dots per inch

Value

None


[Package fastai version 2.2.2 Index]