neural_sp icon indicating copy to clipboard operation
neural_sp copied to clipboard

The ''decode_streaming'' in speech2text.py did not support the streamming transformer?

Open Gqwert123 opened this issue 4 years ago • 3 comments

The model https://arxiv.org/pdf/2005.09394.pdf , But the ''decode_streaming'' in speech2text.py did not support the streamming transformer? It only support rnn model?

Gqwert123 avatar Jun 09 '20 01:06 Gqwert123

I also meet this situation. I trained model with conf/asr/transformer_mma/lc_transformer_mma_subsample8_ma4H_ca4H_chunk16_from4L_32_32_32.yaml on aishell corpus. It could decode test_set in offline mode. When I set recog_chunk_sync true for decode_streaming, it failed. There seems many APIs about decode_streaming NotImplemented. @hirofumi0810 Do u have the plan to finish it? I can't wait to use it.

LeonWlw avatar Sep 21 '20 11:09 LeonWlw

me too, I got NotImplementedError when i use transformer encoder for streaming decode.

yanghb2020 avatar Sep 28 '20 08:09 yanghb2020

me,too. I hope the author will complete it.

Alex-Songs avatar Nov 06 '20 05:11 Alex-Songs