运行wekws/examples/speechcommand_v1/s0 下run.sh 报错
Describe the bug
运行run.sh 报错如下:
$ ./run.sh --stage 0
Start preparing Kaldi format files
Compute CMVN and Format datasets
Traceback (most recent call last):
File "/Users/qiangyang/Project/model/wenet-e2e/wekws/examples/speechcommand_v1/s0/tools/compute_cmvn_stats.py", line 109, in
To Reproduce Steps to reproduce the behavior:
- clone 代码
- 配置环境
- 进入 wekws/examples/speechcommand_v1/s0 目录
- 运行./run.sh
5.出行报错 Expected behavior 希望能够正常运行和训练 Screenshots
Smartphone (please complete the following information):
- Device: [Mac M1]]
- OS: [版本 15.5 macos Sequoia]
同样遇到这个问题,GSC 数据集无法直接跑通,yaml配置文件缺了很多东西
同样遇到这个问题,作者解决了吗
同样遇到这个问题,作者解决了吗
改一下配置文件,把缺省的字段填上就可以了
同样遇到这个问题,作者解决了吗
改一下配置文件,把缺省的字段填上就可以了
大佬,run.sh提示缺失dict/dict.txt,这个怎么生成呢