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

Method sigma_dt_t

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

Source from the content-addressed store, hash-verified

172 return torch.cos(t * math.pi / 2)
173
174 def sigma_dt_t(self, t):
175 return - 0.5 * math.pi * torch.sin(t * math.pi / 2)
176
177 def compute_d_alpha_alpha_ratio_t(self, t):
178 """Special purposed function for computing numerical stabled d_alpha_t / alpha_t"""

Callers 1

compute_utMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected