MCPcopy Create free account
hub / github.com/Zhiyuan-R/Tiger-Diffusion / reconstruct

Method reconstruct

test_generation.py:325–327  ·  view source on GitHub ↗
(self, x0, t, constrain_fn=lambda x, t:x)

Source from the content-addressed store, hash-verified

323 keep_running=keep_running)
324
325 def reconstruct(self, x0, t, constrain_fn=lambda x, t:x):
326
327 return self.diffusion.reconstruct(x0, t, self._denoise, constrain_fn=constrain_fn)
328
329 def train(self):
330 self.model.train()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected