Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ _before_train
Method
_before_train
tensorpack/callbacks/group.py:70–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
68
cb.setup_graph(self.trainer)
69
70
def
_before_train(self):
71
for
cb in self.cbs:
72
cb.before_train()
73
74
def
_after_train(self):
75
for
cb in self.cbs:
Callers
nothing calls this directly
Calls
1
before_train
Method · 0.80
Tested by
no test coverage detected