PaddlePaddle / PaddleSpeech

Easy-to-use Speech Toolkit including Self-Supervised Learning model, SOTA/Streaming ASR with punctuation, Streaming TTS with text frontend, Speaker Verification System, End-to-End Speech Translation and Keyword Spotting. Won NAACL2022 Best Demo Award.
https://paddlespeech.readthedocs.io
Apache License 2.0
10.57k stars 1.81k forks source link

aishell asr0示例无法运行 #2266

Closed iftaken closed 1 year ago

iftaken commented 1 year ago

反馈:https://github.com/PaddlePaddle/PaddleSpeech/tree/develop/examples/aishell/asr0#stage-6-single-audio-file-inference

image

问题: test_wav.sh 是要接收四个参数 脚本运行的时候会检测传了几个参 这个里面只写了三个参数,直接运行这个截图里面的代码 好像没法运行成功

zh794390558 commented 1 year ago

CUDA_VISIBLE_DEVICES= ./local/test_wav.sh conf/deepspeech2.yaml conf/tuning/decode.yaml exp/deepspeech2/checkpoints/avg_1 data/demo_01_03.wav

merged