See: Description
| Class | Description |
|---|---|
| FactorTracker |
FactorTracker is an implementation of LearningRateTracker which is updated by a
multiplicative factor, at a constant interval of steps, until it reaches a specified stop value. |
| FactorTracker.Builder |
The Builder to construct an
FactorTracker object. |
| LearningRateTracker |
A
LearningRateTracker tracks the evolution of the learning rate through the training
process. |
| LearningRateTracker.LrBaseBuilder<T extends LearningRateTracker.LrBaseBuilder> |
The Builder to construct a
LearningRateTracker. |
| MultiFactorTracker |
MultiFactorTracker is an implementation of LearningRateTracker which is updated
by a multiplicative factor, at an uneven interval of steps, until it reaches a specified stop
value. |
| MultiFactorTracker.Builder |
The Builder to construct an
MultiFactorTracker object. |
| Enum | Description |
|---|---|
| WarmUpMode |
An enum that enumerates the types of warm-up modes for a
LearningRateTracker. |
It contains a main interface LearningRateTracker and various learning rate options
that extend it.