Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

Errorwithpassingargumentstodeepspeech

I am trying to use DeepSpeech library in linux. According to the usage of the deepspeech command:

usage: deepspeech [-h] --model MODEL --alphabet ALPHABET [--lm [LM]]
                  [--trie [TRIE]] --audio AUDIO [--version]

I tried to run that command as many tutorials including Mozilla's tutorial:

deepspeech models/output_graph.pb demo.wav models/alphabet.txt

I got an error message : deepspeech: error: argument --model is required I've tried anything but with no success. It seems that passing the arguments like this is not the right way.

Comments