MCPcopy Index your code
hub / github.com/CompVis/diff2flow / diffusion_fn

Method diffusion_fn

diff2flow/flow.py:261–263  ·  view source on GitHub ↗
(x, t)

Source from the content-addressed store, hash-verified

259 ):
260
261 def diffusion_fn(x, t):
262 diffusion = self.schedule.compute_diffusion(x, t, form=diffusion_form, norm=diffusion_norm)
263 return diffusion
264
265 sde_drift = \
266 lambda x, t, model, **kwargs: \

Callers

nothing calls this directly

Calls 1

compute_diffusionMethod · 0.80

Tested by

no test coverage detected