Description Usage Arguments Value
Beam Search Decoder Output
1 | decoder_beam_search_output(scores, predicted_ids, parent_ids)
|
scores |
calculate the scores for each beam |
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. |
parent_ids |
The parent ids of shape '[max_time, batch_size, beam_width]'. |
None
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.