ksuit.schedules.constant_schedule ================================= .. py:module:: ksuit.schedules.constant_schedule Classes ------- .. autoapisummary:: ksuit.schedules.constant_schedule.ConstantSchedule Module Contents --------------- .. py:class:: ConstantSchedule(config) Bases: :py:obj:`ksuit.schedules.base.ScheduleBase` Constant value schedule that returns the same value for all steps. .. rubric:: Example >>> schedule_config: >>> kind: ksuit.schedules.ConstantSchedule >>> value : ${model.optim.lr} Initialize the scheduler. :param scheduler_config: Configuration of the constant schedule. .. py:attribute:: value