MCPcopy Create free account
hub / github.com/NVlabs/DiffPure / ode_sampler

Function ode_sampler

score_sde/sampling.py:449–483  ·  view source on GitHub ↗

The probability flow ODE sampler with black-box ODE solver. Args: model: A score model. z: If present, generate samples from latent code `z`. Returns: samples, number of function evaluations.

(model, z=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

to_flattened_numpyFunction · 0.85
denoise_update_fnFunction · 0.85
prior_samplingMethod · 0.45

Tested by

no test coverage detected