Description Usage Arguments See Also
Learning rate scheduler.
1 | callback_learning_rate_scheduler(schedule)
|
schedule |
a function that takes an epoch index as input (integer, indexed from 0) and current learning rate and returns a new learning rate as output (float). |
Other callbacks:
callback_csv_logger()
,
callback_early_stopping()
,
callback_lambda()
,
callback_model_checkpoint()
,
callback_progbar_logger()
,
callback_reduce_lr_on_plateau()
,
callback_remote_monitor()
,
callback_tensorboard()
,
callback_terminate_on_naan()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.