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
Thank you for your excellent code. I have a little question about the input of the UNet.
According to the paper, the input is (x, y_noise, gamma_t). But in code, I find that
According to the equation, continuous_sqrt_alpha_cumprod is sqrt_gamma. Why use sqrt_gamma rather than "gamma to stand for timesteps? Is there any difference here?
The text was updated successfully, but these errors were encountered:
Thank you for your excellent code. I have a little question about the input of the UNet.

According to the paper, the input is (x, y_noise, gamma_t). But in code, I find that
According to the equation,
continuous_sqrt_alpha_cumprod
issqrt_gamma
. Why usesqrt_gamma
rather than "gamma
to stand for timesteps? Is there any difference here?The text was updated successfully, but these errors were encountered: