dpm-solver icon indicating copy to clipboard operation
dpm-solver copied to clipboard

problem with order 2 CIFAR-10 (VP deep continuous-time model )

Open molisi opened this issue 1 year ago • 1 comments

hello,thanks to your wonderful work!i run your code with CIFAR-10 (VP deep continuous-time model ),dpms-solver order2 recently, i try so many times but still get wrong fid with the order2(table 6) result,could u give me some help such as the implement of hyperparameter? thank u so much!!!! please save the child ~~~~~~~~~~~

molisi avatar Apr 08 '24 15:04 molisi

Hi @molisi , yes table 6 is based on the first version of DPM-Solver. When I proposed DPM-Solver++, I found a better way to interpolate between time steps so I discarded the implementation for the first version, which causes a little mismatch with the original dpm-solver paper; though the FID numbers are still reasonable.

If you want to exactly reproduce the FID numbers in my original paper, please check this version of example: https://github.com/LuChengTHU/dpm-solver/tree/0aa673cb00cb8c6beddd37074364b7a3c4dbbfff/example_v1

LuChengTHU avatar May 06 '24 22:05 LuChengTHU