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