mozilla / DeepSpeech-examples

Examples of how to use or integrate DeepSpeech
823 stars 350 forks source link

Windows 10:- mic_vad_streaming.py exited without error and without expected output #59

Open awenits opened 4 years ago

awenits commented 4 years ago

Even though, I have all the dependencies mentioned in requirements, mic_vad_streaming.py didn't executed properly. Not sure why this happened, I am a beginner please help. Thanks. I used this command:- python mic_vad_streaming.py -m deepspeech-0.7.3-models.pbmm -s deepspeech-0.7.3-models.scorer Got this output on command line without any errors:- Initializing model... INFO:root:ARGS.model: deepspeech-0.7.3-models.pbmm TensorFlow: v1.15.0-24-gceb46aae58 DeepSpeech: v0.7.3-0-g88584941 2020-06-14 15:59:26.545446: I tensorflow/core/platform/cpu_feature_guard.cc:142] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 INFO:root:ARGS.scorer: deepspeech-0.7.3-models.scorer

(newdsvenv) C:\Users\awenits\Desktop\newdsvenv\mic_vad_streaming>

lissyx commented 4 years ago

there is no error, please check readme?