I'm trying to load .pbmm and .scorer models available in the Mozilla Deepspeech documentation.
The load_model() function of Tensorflow doesn't support this file type and throws this error:
OSError: Unable to open file (file signature not found).
I ultimately wish to get the hidden layer responses of the deepspeech model for a specific research purpose. It would be great if someone could tell me how to load this model or suggest other speech recognition models that could help solve this purpose of getting hidden layer responses. Thanks in advance.
This section of the DeepSpeech PlayBook has more information on model deployment, and contains information on how to convert
.pbmmfiles to other formats.