MCPcopy Create free account
hub / github.com/tensorflow/lingvo / ProcessFPropResults

Method ProcessFPropResults

lingvo/core/base_model.py:520–542  ·  view source on GitHub ↗

Called once for each train loop. BaseModel.ProcessFPropResults is also called on each loop, so you can put your implementation wherever it is most convenient for you. Be sure to implement BaseTask.FilterPerExampleTensors if you plan to use any per-example tensors in this method.

(self, sess, global_step, metrics, per_example)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

_LoopMethod · 0.45
_LoopMethod · 0.45
_MaybeWriteSummaryMethod · 0.45
_MaybeWriteSummaryMethod · 0.45

Calls 2

ApplyPythonUpdateMethod · 0.80
RunPythonUpdateMethod · 0.80

Tested by

no test coverage detected