You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Briefly, the sequences which see EOS are handled by this variable which keeps track of all sequences which have not yet seen EOS. The beamTokensTable variable stores all the tokens generated as beam search progresses, with the corresponding back-track indices stored in the backIndices table (updated after each time step here).
Hi,
Thank you providing this code.
Could you explain your code for backtracking in beam search.
In particular how do you handle the dropped sequences that have seen EOS earlier during forward phase as done in this implementation.
The text was updated successfully, but these errors were encountered: