Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inference delay problem #971

Open
wwj8837817 opened this issue May 7, 2021 · 0 comments
Open

Inference delay problem #971

wwj8837817 opened this issue May 7, 2021 · 0 comments
Assignees
Labels

Comments

@wwj8837817
Copy link

wav2letter/recipes/streaming_convnets/inference/inference/examples/
InteractiveStreamingASRExample.cpp
MultithreadedStreamingASRExample.cpp
SimpleStreamingASRExample.cpp

I found a problem with streaming decoding, and all above codes have this problem.
The currently sent data will not be transcribed until 3 seconds later, so the last 3 seconds of text will be lost in the transcribed text of a file. If another 3 seconds of data are sent in, they will not be transcribed. Is there any way to solve this problem? Or let this data be solved immediately without delay? Thanks.

@wwj8837817 wwj8837817 changed the title Reasoning delay problem Inference delay problem May 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants