MCPcopy
hub / github.com/GuyTevet/motion-diffusion-model / total_step

Method total_step

train/training_loop.py:399–400  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

397 return pjoin(self.args.save_dir, models[max(models)]) if models else None
398
399 def total_step(self):
400 return self.step + self.resume_step
401
402 def save(self):
403 def save_checkpoint():

Callers 7

run_loopMethod · 0.95
evaluateMethod · 0.95
_anneal_lrMethod · 0.95
log_stepMethod · 0.95
ckpt_file_nameMethod · 0.95
saveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected