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
If AutoencoderKL was used in the first stage, then the get_learned_conditioning() function should have been c = c.sample()
Why is it c = c.mode() in the code?
The text was updated successfully, but these errors were encountered:
Confusion about get_learned_conditioning() function
https://github.com/CompVis/latent-diffusion/blob/main/ldm/models/diffusion/ddpm.py#L551
If AutoencoderKL was used in the first stage, then the
get_learned_conditioning()
function should have beenc = c.sample()
Why is it
c = c.mode()
in the code?The text was updated successfully, but these errors were encountered: