Exponential¶
-
class
olympus.optimizers.schedules.exponential.ExponentialLR(optimizer, gamma)[source]¶ Bases:
olympus.optimizers.schedules.base.LRScheduleAdapterMethods
get_last_lr(self)Return last computed learning rate by current scheduler. load_state_dict(self, state_dict)Loads the schedulers state. state_dict(self)Returns the state of the scheduler as a dict.defaults epoch get_lr get_space step -
load_state_dict(self, state_dict)[source]¶ Loads the schedulers state.
- Arguments:
- state_dict (dict): scheduler state. Should be an object returned
- from a call to
state_dict().
-