Rate Controllers¶
ConstantRateController¶
-
class
sconce.rate_controllers.
ConstantRateController
(learning_rate, drop_factor=0.1, movement_key='training_loss', movement_threshold=0.25, movement_window=None, num_drops=0)[source]¶ A Learning rate that is constant. It can adjust its learning rate by <drop_factor> up to <num_drops> times based on detecting that some metric or loss has stopped moving.