|
Keraflow
Deep Learning for Python.
|
Learning rate scheduler. More...
Public Member Functions | |
| def | __init__ |
Learning rate scheduler.
| def keraflow.callbacks.LearningRateScheduler.__init__ | ( | self, | |
| schedule | |||
| ) |
| schedule | callable. A function that takes an epoch index as input (integer, indexed from 1) and returns a new learning rate. |