View source: R/optim-lr_scheduler.R
lr_scheduler | R Documentation |
Creates learning rate schedulers
lr_scheduler(
classname = NULL,
inherit = LRScheduler,
...,
parent_env = parent.frame()
)
classname |
optional name for the learning rate scheduler |
inherit |
an optional learning rate scheduler to inherit from |
... |
named list of methods. You must implement the |
parent_env |
passed to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.