We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
(paddle) [root@localhost sample]# ll Total 2376 -rw-r--r--. 1 root root 1267244 10月 23 09:54 01.wav -rw-r--r--. 1 root root 105644 11月 5 2021 en.wav drwxr-xr-x. 3 root root 17 10月 27 15:44 exp -rw-r--r--. 1 root root 718844 10月 27 14:44 male_mixfs2_dickens.wav -rw-r--r--. 1 root root 169844 10月 27 16:18 output.wav -rw-r--r--. 1 root root 159942 11月 5 2021 zh.wav
# 问题在这里(conda 环境 python=3.10.13,paddlepaddle=2.5.2 cpu): (paddle) [root@localhost sample]# paddlespeech st --input en.wav KeyError: '_tmp'
(paddle) [root@localhost sample]# pip list | grep paddle paddle2onnx 1.1.0 paddleaudio 1.1.0 paddlefsl 1.1.0 paddlenlp 2.5.2 paddlepaddle 2.5.2 paddlesde 0.2.5 paddleslim 2.4.1 paddlespeech 0.0.0 paddlespeech-ctcdecoders 0.2.0 paddlespeech-feat 0.1.0
The text was updated successfully, but these errors were encountered:
#3528 可以看一下版本建议。
Sorry, something went wrong.
zxcd
No branches or pull requests
(paddle) [root@localhost sample]# ll
Total 2376
-rw-r--r--. 1 root root 1267244 10月 23 09:54 01.wav
-rw-r--r--. 1 root root 105644 11月 5 2021 en.wav
drwxr-xr-x. 3 root root 17 10月 27 15:44 exp
-rw-r--r--. 1 root root 718844 10月 27 14:44 male_mixfs2_dickens.wav
-rw-r--r--. 1 root root 169844 10月 27 16:18 output.wav
-rw-r--r--. 1 root root 159942 11月 5 2021 zh.wav
# 问题在这里(conda 环境 python=3.10.13,paddlepaddle=2.5.2 cpu):
(paddle) [root@localhost sample]# paddlespeech st --input en.wav
KeyError: '_tmp'
(paddle) [root@localhost sample]# pip list | grep paddle
paddle2onnx 1.1.0
paddleaudio 1.1.0
paddlefsl 1.1.0
paddlenlp 2.5.2
paddlepaddle 2.5.2
paddlesde 0.2.5
paddleslim 2.4.1
paddlespeech 0.0.0
paddlespeech-ctcdecoders 0.2.0
paddlespeech-feat 0.1.0
The text was updated successfully, but these errors were encountered: