MCPcopy Create free account
hub / github.com/CompVis/diff2flow / compute_alpha_t

Method compute_alpha_t

diff2flow/flow.py:75–76  ·  view source on GitHub ↗
(self, t)

Source from the content-addressed store, hash-verified

73 """ Legacy functions to work with SiT Sampler """
74
75 def compute_alpha_t(self, t):
76 return self.alpha_t(t), self.alpha_dt_t(t)
77
78 def compute_sigma_t(self, t):
79 """Compute the noise coefficient along the path"""

Callers 2

Calls 2

alpha_tMethod · 0.95
alpha_dt_tMethod · 0.95

Tested by

no test coverage detected