【问题标题】:Can't run the Microphone VAD streaming for Deepspeech无法为 Deepspeech 运行麦克风 VAD 流
【发布时间】:2020-06-09 08:40:35
【问题描述】:

我下载了用于测试 DeepSpeech 的模型目录。当我按照here 的说明进行操作时,我收到了这个错误:

python3 mic_vad_streaming.py --model deepspeech-0.6.1-models/output_graph.pbmm
Initializing model...
INFO:root:ARGS.model: deepspeech-0.6.1-models/output_graph.pbmm
TensorFlow: v1.14.0-21-ge77504a
DeepSpeech: v0.6.0-0-g6d43e21
2020-02-25 15:57:17.741956: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA
INFO:root:ARGS.lm: lm.binary
INFO:root:ARGS.trie: trie
[native_client/ctcdecode/scorer.cpp:77] FATAL: "(access(filename, 4)) == (0)" check failed. Invalid language model pathSegmentation fault (core dumped)

有人可以帮我找出问题所在吗?

【问题讨论】:

    标签: python mozilla-deepspeech


    【解决方案1】:

    我也面临同样的问题。只需使用以下命令

    $ export TF_CPP_MIN_LOG_LEVEL=2
    

    【讨论】:

      猜你喜欢
      • 2015-12-24
      • 2015-09-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2015-07-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多