Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorpack/tensorpack
/ _after_epoch
Method
_after_epoch
tensorpack/callbacks/prof.py:340–341 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
338
self._timer.resume()
339
340
def
_after_epoch(self):
341
self._timer.pause()
342
343
def
_before_train(self):
344
self._update_last()
Callers
nothing calls this directly
Calls
1
pause
Method · 0.45
Tested by
no test coverage detected