lr_find | R Documentation |
Launch a mock training to find a good learning rate, return lr_min, lr_steep if 'suggestions' is TRUE
lr_find(
object,
start_lr = 1e-07,
end_lr = 10,
num_it = 100,
stop_div = TRUE,
...
)
object |
learner |
start_lr |
starting learning rate |
end_lr |
end learning rate |
num_it |
number of iterations |
stop_div |
stop div or not |
... |
additional arguments to pass |
data frame
## Not run:
model %>% lr_find()
model %>% plot_lr_find(dpi = 200)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.