Google I/O is a wrap! Catch up on TensorFlow sessions
View sessions
tfa.seq2seq.FinalBeamSearchDecoderOutput
Final outputs returned by the beam search after all decoding is finished.
tfa.seq2seq.FinalBeamSearchDecoderOutput(
predicted_ids, beam_search_decoder_output
)
Attributes |
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 tfa.seq2seq.BeamSearchDecoderOutput that
describes the state of the beam search.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-11-15 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]