StepLR.ConfigΒΆ

Component: StepLR

class StepLR.Config[source]

Bases: Scheduler.Config

All Attributes (including base classes)

step_size: int = 30
Period of learning rate decay.
gamma: float = 0.1
Multiplicative factor of learning rate decay.

Default JSON

{
    "step_size": 30,
    "gamma": 0.1
}