MCPcopy Create free account
hub / github.com/ASLP-lab/OSUM / start

Method start

OSUM/wenet/utils/common.py:347–348  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

345 self.start()
346
347 def start(self):
348 self.last_time = time.time()
349
350 def steps_per_second(self, cur_step, restart=True):
351 value = ((float(cur_step) - self.last_iteration) /

Callers 5

__init__Method · 0.95
steps_per_secondMethod · 0.95
submitFunction · 0.45
mainFunction · 0.45
popenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected