MCPcopy Create free account
hub / github.com/PaddlePaddle/Research / start

Method start

CV/SemSegPaddle/src/utils/timer.py:39–41  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

37 self._is_running = False
38
39 def start(self):
40 self._is_running = True
41 self._start_time = time.time()
42
43 def restart(self):
44 self.start()

Callers 6

evaluateFunction · 0.95
trainFunction · 0.95
restartMethod · 0.95
mainFunction · 0.45
mainFunction · 0.45
resetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected