pytorch / android-demo-app

PyTorch android examples of usage in applications
1.45k stars 596 forks source link

StreamingASR. How to use custom RNNT model? #280

Closed make1986 closed 1 year ago

make1986 commented 1 year ago

Hey guys I have a my self trained RNNT model with another smp_bpe model. How I can convert my smp_bpe.model to smp_bpe.dict for fairseq.data.Dictionary.load method?