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
Are there any plans to support online inference with beam search?
Usecase:
Audio comes in n milisecond chunks and gets processed by an accoustic model that outputs a log_prob frame for each audio chunk. Each frame gets fed to the beam decoder on the fly to produce the next best hypothesis.