diff --git a/README.md b/README.md index f7a5df06a0f23dff158757324571918633a4e954..f9901ccd6d729df25d086b8eb05087708fefa393 100644 --- a/README.md +++ b/README.md @@ -187,7 +187,7 @@ The current hyperlinks redirect to [Previous Parakeet](https://github.com/Paddle Aishell DeepSpeech2 RNN + Conv based Models - deepspeech2-aishell + deepspeech2-aishell @@ -200,7 +200,7 @@ The current hyperlinks redirect to [Previous Parakeet](https://github.com/Paddle Librispeech Transformer based Attention Models - deepspeech2-librispeech / transformer.conformer.u2-librispeech / transformer.conformer.u2-kaldi-librispeech + deepspeech2-librispeech / transformer.conformer.u2-librispeech / transformer.conformer.u2-kaldi-librispeech @@ -223,7 +223,7 @@ The current hyperlinks redirect to [Previous Parakeet](https://github.com/Paddle TIMIT Unified Streaming & Non-streaming Two-pass - u2-timit + u2-timit @@ -351,4 +351,3 @@ howpublished = {\url{https://github.com/PaddlePaddle/PaddleSpeech}}, year={2021} } ``` - diff --git a/paddlespeech/s2t/exps/u2_st/model.py b/paddlespeech/s2t/exps/u2_st/model.py index 20bb31f5399eeed86d50233cebbcbeaebbf8759f..52d3c3b7d1df9e3c3583525614dda8e5b10412a3 100644 --- a/paddlespeech/s2t/exps/u2_st/model.py +++ b/paddlespeech/s2t/exps/u2_st/model.py @@ -441,7 +441,7 @@ class U2STTester(U2STTrainer): "".join(chr(t) for t in text[:text_len]) for text, text_len in zip(texts, texts_len) ] - + hyps = self.model.decode( audio, audio_len,