Hi,
Please help me figure out how to use the pre-trained model with DeepSpeech.py.
I tried to pass the files from pre-trained models to DeepSpeech.py’s corresponding arguments:
–decoder_library_path
–alphabet_config_path
–lm_binary_path
–lm_trie_path
But I got error saying:
tensorflow.python.framework.errors_impl.NotFoundError: deepspeech-0.1.0-models/models/output_graph.pb: invalid ELF header
I’m not sure how to fix this.
The pre-trained models worked fine with deepspeech command line tool.
My goal is to get the output matrix instead of the text output, is there a work around for this?
Thank you.