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

Method _AddDecoderActivationsSummary

lingvo/tasks/asr/decoder.py:511–636  ·  view source on GitHub ↗

Adds summary about decoder activations. For each of the args, a TensorArray can also be a Tensor representing the stacked array. Args: encoder_outputs: a NestedMap computed by encoder. targets: a NestedMap, usually input_batch.tgt. atten_probs: a TensorArray of max_ta

(self,
                                    encoder_outputs,
                                    targets,
                                    atten_probs,
                                    rnn_outs,
                                    softmax_input,
                                    additional_atten_probs=None,
                                    target_alignments=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

Calls 2

AddSubplotMethod · 0.95
FinalizeMethod · 0.95

Tested by

no test coverage detected