@reuben Thanks for the reply.
It was – epoch -3 only, pasted in the wrong format. But I have a question, if there is a gap between – and epoch , is that a problem? ex – epoch or should there be no space like
–epoch ?
for the --model, the models folder created by wget -O - https://github.com/mozilla/DeepSpeech/releases/download/v0.3.0/deepspeech-0.3.0-models.tar.gz | tar xvfz -
has 2 output graphs one ending with .pb and one with .pbmm
For me, in order to call .pb, --initialize_from_frozen_model was used and for calling the .pbmm --model was used. A lot of users are also using the same command to call it.
As stated in read me: deepspeech --model models/output_graph.pbmm --alphabet models/alphabet.txt --lm models/lm.binary --trie models/trie --audio my_audio_file.wav