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

Method t

k_diffusion/sampling.py:343–344  ·  view source on GitHub ↗
(self, sigma)

Source from the content-addressed store, hash-verified

341 self.info_callback = info_callback
342
343 def t(self, sigma):
344 return -sigma.log()
345
346 def sigma(self, t):
347 return t.neg().exp()

Callers 5

dpm_solver_fastMethod · 0.95
dpm_solver_adaptiveMethod · 0.95
sample_dpm_fastFunction · 0.95
sample_dpm_adaptiveFunction · 0.95
forwardMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected