MCPcopy Create free account
hub / github.com/CompVis/zigma / plan

Method plan

transport/path.py:133–136  ·  view source on GitHub ↗
(self, t, x0, x1)

Source from the content-addressed store, hash-verified

131 return d_alpha_t * x1 + d_sigma_t * x0
132
133 def plan(self, t, x0, x1):
134 xt = self.compute_xt(t, x0, x1)
135 ut = self.compute_ut(t, x0, x1, xt)
136 return t, xt, ut
137
138
139class VPCPlan(ICPlan):

Callers 1

training_lossesMethod · 0.80

Calls 2

compute_xtMethod · 0.95
compute_utMethod · 0.95

Tested by

no test coverage detected