Replies: 1 comment 13 replies
-
iPNDM is actually the classical Adams–Bashforth methods, which is derived for a fixed step size (uniformly sampled sigmas). But for diffusion sampling, the stride of each step is usually different, so we also provide a variable-step version of iPNDM denoted as iPNDM_v. However, we find iPNDM empirically performs better especially for small-resolution datasets. For detailed derivation, you can refer to Interval methods of Adams-Bashforth type with variable step sizes. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I saw that "ipndm" and "ipndm_v" samplers were added (d5efde8); what exactly is the difference between these two?
From scouring the linked source repo, I gather that ipndm is a fourth order sampler and that ipndm_v is the "variable-step version". But what does variable-step mean here?
Thanks <3
Beta Was this translation helpful? Give feedback.
All reactions