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

Method _trigger_epoch

examples/FasterRCNN/eval.py:289–292  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

287 self.trainer.monitors.put_scalar(self._eval_dataset + '-' + k, v)
288
289 def _trigger_epoch(self):
290 if self.epoch_num in self.epochs_to_eval:
291 logger.info("Running evaluation ...")
292 self._eval()

Callers

nothing calls this directly

Calls 1

_evalMethod · 0.95

Tested by

no test coverage detected