Open smhongok opened 3 months ago
Hey @smhongok thank you for your interest.
In our paper, we did not require the t_start to be T=999, and we have ablation exprs on this in Sec. 4.4. We also provide related observations (and explanation) in the appendix Figure 9.
Hope this address your question
Hi,
Thank you for your great work.
I was wondering why the paper says that DiffPIR starts from the Gaussian noise, but the codes don't.
For example, in main_ddpir_deblur.py Line 230,
but according to the paper, it looks like x should be just
torch.randn_like(y)
Can you explain this, please?
Best regards smhongok