Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_loop
Method · 0.95
evaluate
Method · 0.95
_anneal_lr
Method · 0.95
log_step
Method · 0.95
ckpt_file_name
Method · 0.95
generate_during_training
Method · 0.95
save
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected