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

[S2T]aishell 训练时报错 #2360

Closed im73 closed 1 year ago

im73 commented 1 year ago

装好环境之后,通过aishell/asr1里面的脚本run.sh进行训练, 在创建模型参数的时候提示config里面没有num_conv_layers这个选项,见图1

image

图1 报错信息 然后看了一下对应的run.sh里的config,见图2

image

图2 run.sh里面的配置参数 发现默认提供的conformer.ymal里面没有对应的num_conv_layer的参数,请问是我的配置文件选择出了问题吗?

Zth9730 commented 1 year ago

aishell/asr1默认是训练conformer,但从你错误信息中看是训练了deepspeech2,如果想训练deepseech2模型,可以参考aishell/asr0