Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ _after_epoch
Method
_after_epoch
tensorpack/callbacks/base.py:285–286 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
283
self.cb.before_epoch()
284
285
def
_after_epoch(self):
286
self.cb.after_epoch()
287
288
def
_before_run(self, ctx):
289
return
self.cb._before_run(ctx)
Callers
nothing calls this directly
Calls
1
after_epoch
Method · 0.80
Tested by
no test coverage detected