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

Method _WriteSummaries

lingvo/core/program.py:240–263  ·  view source on GitHub ↗

Write summaries to be viewed by TensorBoard. Args: job_name: The name of this job ('trainer', 'evaler', etc.) global_step: Integer number of trainer steps (not a tensor). summaries: Dict of {summary_name: tf.Summary()}.

(self, job_name, global_step, summaries)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

_MaybeWriteSummaryMethod · 0.45
_PostProcessMethod · 0.45

Calls 2

_RewriteV1SummaryInTF2Function · 0.85
add_summaryMethod · 0.80

Tested by

no test coverage detected