Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ after_train
Method
after_train
tensorpack/callbacks/base.py:177–178 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
175
pass
176
177
def
after_train(self):
178
self._after_train()
179
180
def
_after_train(self):
181
""
"
Callers
4
_after_train
Method · 0.80
_after_train
Method · 0.80
_after_train
Method · 0.80
main_loop
Method · 0.80
Calls
1
_after_train
Method · 0.95
Tested by
no test coverage detected