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

Method _trigger_step

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

Source from the content-addressed store, hash-verified

95 self._bar.set_postfix(zip(self._tags, res))
96
97 def _trigger_step(self):
98 self._bar.update()
99
100 def _after_train(self):
101 if self._bar: # training may get killed before the first step

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected