MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / sigma

Method sigma

k_diffusion/sampling.py:346–347  ·  view source on GitHub ↗
(self, t)

Source from the content-addressed store, hash-verified

344 return -sigma.log()
345
346 def sigma(self, t):
347 return t.neg().exp()
348
349 def eps(self, eps_cache, key, x, t, *args, **kwargs):
350 if key in eps_cache:

Callers 8

epsMethod · 0.95
dpm_solver_1_stepMethod · 0.95
dpm_solver_2_stepMethod · 0.95
dpm_solver_3_stepMethod · 0.95
dpm_solver_fastMethod · 0.95
dpm_solver_adaptiveMethod · 0.95
sample_dpm_fastFunction · 0.95
sample_dpm_adaptiveFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected