wekws icon indicating copy to clipboard operation
wekws copied to clipboard

运行wekws/examples/speechcommand_v1/s0 下run.sh 报错

Open YangQiang-ChengDu opened this issue 5 months ago • 4 comments

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 feat_type = configs['dataset_conf']['feats_type'] KeyError: 'feats_type' (wekws) (base)

To Reproduce Steps to reproduce the behavior:

  1. clone 代码
  2. 配置环境
  3. 进入 wekws/examples/speechcommand_v1/s0 目录
  4. 运行./run.sh
    5.出行报错 Expected behavior 希望能够正常运行和训练 Screenshots
Image

Smartphone (please complete the following information):

  • Device: [Mac M1]]
  • OS: [版本 15.5 macos Sequoia]

YangQiang-ChengDu avatar Jul 06 '25 11:07 YangQiang-ChengDu

同样遇到这个问题,GSC 数据集无法直接跑通,yaml配置文件缺了很多东西

NoirCL avatar Jul 09 '25 07:07 NoirCL

同样遇到这个问题,作者解决了吗

yuqilol avatar Aug 25 '25 03:08 yuqilol

同样遇到这个问题,作者解决了吗

改一下配置文件,把缺省的字段填上就可以了

NoirCL avatar Aug 25 '25 03:08 NoirCL

同样遇到这个问题,作者解决了吗

改一下配置文件,把缺省的字段填上就可以了

大佬,run.sh提示缺失dict/dict.txt,这个怎么生成呢

dsh54054 avatar Sep 19 '25 05:09 dsh54054