Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorpack/tensorpack
/ _print
Method
_print
tensorpack/callbacks/graph.py:70–72 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
68
return
self._fetch
69
70
def
_print(self):
71
if
self.verbose:
72
logger.info(
"Running Op {} ..."
.format(self._op.name))
73
74
75
class
RunUpdateOps(RunOp):
Callers
3
_before_train
Method · 0.95
_trigger
Method · 0.95
_before_run
Method · 0.95
Calls
1
format
Method · 0.80
Tested by
no test coverage detected