callback_learning_rate_scheduler.Rd
Learning rate scheduler.
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). |
---|