Skip to content

issues Search Results · repo:chenyangMl/keyword-spot language:Python

Filter by

12 results
 (46 ms)

12 results

inchenyangMl/keyword-spot (press backspace or delete to remove)

/home/dlu/keyword-spot/onnxruntime/kws/utils.cpp:72:32: error: variable ‘std::ifstream pcm_file’ has initializer but incomplete type 72 | std::ifstream pcm_file(file_path, std::ios::binary | std::ios::ate); ...
  • dxLu
  • 1
  • Opened 
    8 days ago
  • #12

feats_pad = F.pad(feats.T, (self.left_context, 0), mode= replicate ).T 这一行是将feats的第一行复制填充到新矩阵的前left_context行,C++代码实现这块是有问题的
  • hk0901
  • Opened 
    on Dec 30, 2024
  • #11

有没有可以识别英文唤醒词的模型。或者大佬可不可以教教我用英文唤醒词怎么finetune ,目前只有一万条1s 的唤醒词预料
  • asunnybaby
  • 1
  • Opened 
    on Oct 29, 2024
  • #10

作者您好! 请问在使用麦克风接入时,正确的输出应该是怎样的,我的程序有如下警告,不知道是不是可以接入麦克风正常运行了? ./stream_kws_main 0 40 80 keyword-spot-dstcn-maxpooling-wenwen/onnx/keyword-spot-dstcn-maxpooling-wenwen.ort Kws Model Info: cache_dim: 256 cache_len: ...
  • yangzhangok
  • 1
  • Opened 
    on Oct 22, 2024
  • #9

Before running 模型转换 1)pytorch to onnx , maybe we need to modify the file path in line32 line59 model_convert/utils/cmvn.py
  • yangzhangok
  • Opened 
    on Oct 17, 2024
  • #8

When using cmake to build stream_kws_main, I found that the process couldn t be conducted well and the error message like undefined reference to `boost::filesystem:…… Because I am new to cmake, I began ...
  • yangzhangok
  • 1
  • Opened 
    on Oct 17, 2024
  • #7

运行FSMN的ort模型时报错: terminate called after throwing an instance of Ort::Exception what(): Invalid fd was supplied: -1 从onnx重新转换也一样的错误
  • lwcode
  • 3
  • Opened 
    on Sep 3, 2024
  • #6

使用文档中以下内容进行训练 git clone https://www.modelscope.cn/iic/speech_charctc_kws_phone-xiaoyun.git cd unittest/ CUDA_VISIBLE_DEVICES=0 python example_kws.py 使用以下命令进行转换 python model_convert/export_onnx.py --config ...
  • lin-xiaosheng
  • 2
  • Opened 
    on Jun 27, 2024
  • #5

如题,如果不行的话需要在哪些方面进行修改以适配ctc模型?
  • lin-xiaosheng
  • 1
  • Opened 
    on Jun 25, 2024
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub