You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am wondering why in layers.py, the DCT is used like so: sq_error = dct(model_output - target) ** 2
In contrast to many other diffusion model papers where the loss is simply something like the MSE with a weighting factor? How does this impact the training process?
The text was updated successfully, but these errors were encountered:
I am wondering why in layers.py, the DCT is used like so: sq_error = dct(model_output - target) ** 2
In contrast to many other diffusion model papers where the loss is simply something like the MSE with a weighting factor? How does this impact the training process?
The text was updated successfully, but these errors were encountered: