Description Usage Arguments Value
Final outputs returned by the beam search after all decoding is finished.
1 | decoder_final_beam_search_output(predicted_ids, beam_search_decoder_output)
|
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. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.