tomodrgn.beta_schedule.ConstantSchedule# class ConstantSchedule(value: float)[source]# Bases: object Return a constant value for beta, independent of iteration. Methods __call__(iteration: Any) → float[source]# Call self as a function.