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

Method _before_epoch

tensorpack/callbacks/group.py:98–100  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

96 tm.log()
97
98 def _before_epoch(self):
99 for cb in self.cbs:
100 cb.before_epoch()
101
102 def _after_epoch(self):
103 for cb in self.cbs:

Callers

nothing calls this directly

Calls 1

before_epochMethod · 0.80

Tested by

no test coverage detected