MCPcopy Index your code
hub / github.com/tensorpack/tensorpack / _dispatch

Method _dispatch

tensorpack/callbacks/monitor.py:136–138  ·  view source on GitHub ↗
(self, func)

Source from the content-addressed store, hash-verified

134 self._scalar_history.setup_graph(self.trainer)
135
136 def _dispatch(self, func):
137 for m in self._monitors:
138 func(m)
139
140 def put_summary(self, summary):
141 """

Callers 4

put_summaryMethod · 0.95
put_scalarMethod · 0.95
put_imageMethod · 0.95
put_eventMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected