Closed Wanghkkkkkkk closed 5 months ago
And why use ‘ddpm’ when training and ‘ddim_multi’ when testing in code?
Hi, thanks for the question. ddim_multi is used in the method. For sample strategy, to estimate the data distribution from a trained model, i.e., getting S samples.
So ddim_multi can be used in test for its sampling speed is much faster.
Hi, @wenhaomin I was studying your code and noticed that you use three methods in the sample_strategy, namely 'ddim_multi', 'ddim_one' and 'ddpm'. I would like to ask which method is used in the paper? Looking forward to your reply, thank you!