MCPcopy Create free account
hub / github.com/ImprintLab/MedSegDiff / inverse

Method inverse

guided_diffusion/dpm_solver.py:989–1002  ·  view source on GitHub ↗

Inverse the sample `x` from time `t_start` to `t_end` by DPM-Solver. For discrete-time DPMs, we use `t_start=1/N`, where `N` is the total time steps during training.

(self, x, steps=20, t_start=None, t_end=None, order=2, skip_type='time_uniform',
        method='multistep', lower_order_final=True, denoise_to_zero=False, solver_type='dpmsolver',
        atol=0.0078, rtol=0.05, return_intermediate=False,
    )

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

sampleMethod · 0.95

Tested by

no test coverage detected