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

Reproducing Delay-Penalized Transduced For Low-Latency Streaming ASR #710

Closed
Tomiinek opened this issue Nov 28, 2022 · 5 comments
Closed

Comments

@Tomiinek
Copy link

Hi guys, I am trying to reproduce the results from https://arxiv.org/pdf/2211.00490.pdf but I am not super successful.
Could you please provide or point me to some recipes that could help me?

CC: @pzelasko

@yaozengwei
Copy link
Collaborator

yaozengwei commented Nov 28, 2022

You could refer to:

@Tomiinek
Copy link
Author

Thanks for a prompt reply!

I noticed this PR, but what experimental setup do you suggest? (egs/librispeech/ASR/pruned_transducer_stateless{1,2,3,4,5}/train.py and similarly for LSTM) Also, are the values in the paper e.g. 0.0060 correct? I am not able to make the model converge for such a high values, 10x lower values seem to do something though

@yaozengwei
Copy link
Collaborator

You could try pruned_transducer_stateless4 and lstm_transducer_stateless3.

About the convergence issue, we apply the delay penalty after training some batches (warmup >= 2.0). You could refer to https://github.com/k2-fsa/icefall/blob/master/egs/librispeech/ASR/pruned_transducer_stateless4/train.py#L643 and have a try.

@yaozengwei
Copy link
Collaborator

In our experiments, we try delay_penalty=0.0015, 0.0030, 0.0060, 0.0075 and 0.0100, respectively.

@Tomiinek
Copy link
Author

Ok, thank you very much 🙂

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants