MCPcopy Index your code
hub / github.com/MotrixLab/MotionDiffuse / eval_mode

Method eval_mode

text2motion/trainers/ddpm_trainer.py:153–154  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

151 self.encoder.train()
152
153 def eval_mode(self):
154 self.encoder.eval()
155
156 def save(self, file_name, ep, total_it):
157 state = {

Callers 2

visualization.pyFile · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected