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
On the link above, why the mse loss or whatever loss is computed over a pure Gaussian noise, which matches the noise of xT rather than a Gaussian noise multiplied with beta t at certain timestep?
I think mse, l1 or l2 loss should be done on the target and pred which are assumed to be the same.
Am I missing something or should it be modified?
Actually I can see the current logic works and a model is trained, but mathmatically I think my thought is right.
Also this could be found from huggingface's official tutorial
The text was updated successfully, but these errors were encountered:
Hi there, my question is simple.
stablediffusion/ldm/models/diffusion/ddpm.py
Line 380 in cf1d67a
On the link above, why the mse loss or whatever loss is computed over a pure Gaussian noise, which matches the noise of
xT
rather than a Gaussian noise multiplied withbeta t
at certain timestep?I think mse, l1 or l2 loss should be done on the
target
andpred
which are assumed to be the same.Am I missing something or should it be modified?
Actually I can see the current logic works and a model is trained, but mathmatically I think my thought is right.
Also this could be found from huggingface's official tutorial
The text was updated successfully, but these errors were encountered: