Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Research
/ restart
Method
restart
CV/SemSegPaddle/src/utils/timer.py:43–44 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
self._start_time = time.time()
42
43
def
restart(self):
44
self.start()
45
46
def
stop(self):
47
self._is_running = False
Callers
1
train
Function · 0.95
Calls
1
start
Method · 0.95
Tested by
no test coverage detected