Adding Transducer (including RNNT model, transducer_loss and transducer_decoders). Also added CER calculation.
Note that, in order to organise the speech_to_text builder by loss it was necessary to alter the code order (to consider loss before model) meaning that the following files appear to have many more changes than they actually do:
Adding Transducer (including RNNT model,
transducer_loss
andtransducer_decoders
). Also added CER calculation.Note that, in order to organise the
speech_to_text
builder by loss it was necessary to alter the code order (to considerloss
beforemodel
) meaning that the following files appear to have many more changes than they actually do:src/myrtlespeech/builders/speech_to_text.py
tests/protos/test_speech_to_text.py