MCPcopy
hub / github.com/OpenMotionLab/MotionGPT / step_log_dict

Method step_log_dict

mGPT/models/base.py:92–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 super().load_state_dict(new_state_dict, strict)
91
92 def step_log_dict(self):
93 return {
94 "epoch": float(self.trainer.current_epoch),
95 "step": float(self.trainer.current_epoch)
96 }
97
98 def loss_log_dict(self, split: str):
99 losses = self._losses['losses_' + split]

Callers 2

on_train_epoch_endMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected