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 have a question regarding the implementation of the loss function. Based on the code provided, should the target be the unet_output at timestep t? If so, would the loss function be expressed as:
[ \epsilon(x_t, t, y) - \epsilon(x_t, t, ∅) ]
instead of:
[ \epsilon(x_t, t, y) - \epsilon(x_s, s, ∅) ]
as mentioned in the paper? I want to ensure I haven't overlooked anything in my understanding.
Thank you in advance for your time and assistance.
Thanks for the brilliant work!
I have a question regarding the implementation of the loss function. Based on the code provided, should the target be the
unet_output
at timestept
? If so, would the loss function be expressed as:[ \epsilon(x_t, t, y) - \epsilon(x_t, t, ∅) ]
instead of:
[ \epsilon(x_t, t, y) - \epsilon(x_s, s, ∅) ]
as mentioned in the paper? I want to ensure I haven't overlooked anything in my understanding.
Thank you in advance for your time and assistance.
LucidDreamer/guidance/sd_utils.py
Lines 278 to 279 in 2ecf093
The text was updated successfully, but these errors were encountered: