Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_second
Method · 0.95
submit
Function · 0.45
main
Function · 0.45
popen
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected