Hello,
I want to take the intermediate representations of a pretrained DeepSpeech model, before the Decoder and the Language model process the generated predictions. I want to process the outputs of all the layers of the model, e.g., the three linear layers, the LSTM and the last layer.
Until now I did not found a function to do that.