Hi, why is this mode of operation called DIAGONAL? ``` if self.noise_type is NoiseType.DIAGONAL: sigma = torch.exp(sigma + eps) ```
Hi, why is this mode of operation called DIAGONAL?