Module composed

Expand description

Composed learning rate scheduler

Structs§

ComposedLrScheduler
Compose multiple learning rate schedulers together.
ComposedLrSchedulerConfig
Compose multiple learning rate schedulers together.
ComposedLrSchedulerRecord
Records for the componsed learning rate scheduler.
ComposedLrSchedulerRecordItem
The record item type for the module.

Enums§

LrSchedulerRecord
Record item for the componsed learning rate scheduler.
LrSchedulerRecordItem
The record item type for the module.
SchedulerReduction
Defines how the learning rates generated by the schedulers are combined.