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

Method _trigger_step

tensorpack/callbacks/trigger.py:112–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

110 super(EnableCallbackIf, self)._trigger_epoch()
111
112 def _trigger_step(self):
113 if self._pred(self):
114 super(EnableCallbackIf, self)._trigger_step()
115
116 def __str__(self):
117 return "EnableCallbackIf-" + str(self.cb)

Callers

nothing calls this directly

Calls 1

_trigger_stepMethod · 0.45

Tested by

no test coverage detected