Skip to content

The implement of update equation of DPM in dpm_solver_pytorch.py is not same with the paper #61

Description

@Yisten

Hi, thank you for your excellent open-sourced work! I've been diving into the source code and came across something I’d appreciate some clarification on.

In dpm_solver_pytorch.py (lines 573–576), the update rule for x is:
'x_t = (
sigma_t / sigma_s * x
- alpha_t * phi_1 * model_s
)'

However according to DPM-solver, the update equation is:

Image

I was wondering if there's a specific rationale behind such changes. Looking forward your reply, thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions