MCPcopy Create free account
hub / github.com/tensorpack/tensorpack / _after_inference

Method _after_inference

tensorpack/callbacks/inference.py:54–59  ·  view source on GitHub ↗

Called after a round of inference ends. Returns a dict of scalar statistics which will be logged to monitors.

(self)

Source from the content-addressed store, hash-verified

52 self.trainer.monitors.put_scalar(k, v)
53
54 def _after_inference(self):
55 """
56 Called after a round of inference ends.
57 Returns a dict of scalar statistics which will be logged to monitors.
58 """
59 pass
60
61 def get_fetches(self):
62 """

Callers 1

_trigger_epochMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected