tf.contrib.seq2seq.FinalBeamSearchDecoderOutput

Final outputs returned by the beam search after all decoding is finished.

Args
predicted_ids The final prediction. A tensor of shape [batch_size, T, beam_width] (or [T, batch_size, beam_width] if output_time_major is True). Beams are ordered from best to worst.
beam_search_decoder_output An instance of BeamSearchDecoderOutput that describes the state of the beam search.
Attributes
predicted_ids
beam_search_decoder_output

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/python/tf/contrib/seq2seq/FinalBeamSearchDecoderOutput