ConstantNoiseSchedule

class ConstantNoiseSchedule(sigma: float)[source]

Bases: NoiseSchedule[D]

Constant noise schedule with fixed sigma.

Parameters:

sigma (float) – Constant noise level.