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

Class progressBar

mGPT/callback.py:142–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 return callbacks
141
142class progressBar(RichProgressBar):
143 def __init__(self, ):
144 super().__init__()
145
146 def get_metrics(self, trainer, model):
147 # Don't show the version number
148 items = super().get_metrics(trainer, model)
149 items.pop("v_num", None)
150 return items
151
152class progressLogger(Callback):
153 def __init__(self,

Callers 1

build_callbacksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected