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.