ddim
ddim copied to clipboard
reconstruction from latent code
Hi, thanks for your excellent paper and project !
I want to explore the "5.4 reconstruction from latent code". Can I just reverse the seq and seq_next to produce t and t+1 in the function below to produce the latent code from the input image ?
https://github.com/ermongroup/ddim/blob/51cb290f83049e5381b09a4cc0389f16a4a02cc9/functions/denoising.py#L10
Appreciate any help !