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

Method train

test_generation.py:329–330  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

327 return self.diffusion.reconstruct(x0, t, self._denoise, constrain_fn=constrain_fn)
328
329 def train(self):
330 self.model.train()
331
332 def eval(self):
333 self.model.eval()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected