rnnt_decoder_cuda
rnnt_decoder_cuda copied to clipboard
An efficient implementation of RNN-T Prefix Beam Search in C++/CUDA.
Results
1
rnnt_decoder_cuda issues
Sort by
recently updated
recently updated
newest added
Hi, quick question, I noticed that you saved the pytorch weights for joint network and prediction network, and then reloaded them manually using cpp. Why did you choose this way...