View source: R/learning_rate_schedules.R
new_learning_rate_schedule_class | R Documentation |
Create a new learning rate schedule type
new_learning_rate_schedule_class(
classname,
...,
initialize = NULL,
call,
get_config = NULL
)
classname |
string |
... |
methods and properties of the schedule class |
initialize , get_config |
Additional recommended methods to implement. |
call |
function which takes a step argument (scalar integer tensor, the
current training step count, and returns the new learning rate). For
tracking additional state, objects |
A LearningRateSchedule
class generator.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.