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

Method alpha_t

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

Source from the content-addressed store, hash-verified

59
60class LinearSchedule:
61 def alpha_t(self, t):
62 return t
63
64 def alpha_dt_t(self, t):
65 return 1

Callers 1

compute_alpha_tMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected