Hi, from my understanding of the code, in line 303 of Models/interpretable_diffusion/gaussiandiffusion.py, the sample refers to x{t-1}. However, within the langevin_fn, the input to the denoiser in line 390 is xt and t. While execution, I believe the input is x{t-1} (i.e., sample) and t. Is my understanding correct?
Hi, from my understanding of the code, in line 303 of Models/interpretable_diffusion/gaussiandiffusion.py, the sample refers to x{t-1}. However, within the langevin_fn, the input to the denoiser in line 390 is xt and t. While execution, I believe the input is x{t-1} (i.e., sample) and t. Is my understanding correct?