Stefan Falk

Results 38 comments of Stefan Falk

@hirofumi0810 Ah, I see. Then MoChA it is! Thank you. Do you have working code for MoChA training and decoding already? I'd love to take a look at it to...

@hirofumi0810 Thanks a lot! I'll be looking at the code :) And thanks for your great work! **Update** For anybody coming here. There's also a [`mocha.py`](https://github.com/hirofumi0810/neural_sp/blob/f36159c3cf910571ea782105a03141402e856cee/neural_sp/models/modules/mocha.py).

@hirofumi0810 Can we even use MoChA inside a Transducer model? I think I misunderstood something along the way here. 😆 What I am looking for is a way to stream...

Thank you for the link! However, I kind of move away from RNN-based Transducer models. The reason for that was after I saw how much smaller the Transformer-Transducer (T-T) and...

@jinggaizi This is just a mix of different (public) datasets e.g. Common Voice and Spoken Wikipedia.

@snpushpi I didn't touch that. I guess it's the usual checkpoint name `ckpt-xxxxx`.

Any news on this issue? @Treshank were you able to fix this?

@andreanne-lemay thanks! I didn't try this with a pytorch model though. I was using a Tensorflow model (tflite). ```none implementation 'org.tensorflow:tensorflow-lite-support:0.1.0' implementation 'org.tensorflow:tensorflow-lite-metadata:0.1.0' implementation 'org.tensorflow:tensorflow-lite-select-tf-ops:0.0.0-nightly-SNAPSHOT' ``` But I guess I'll...

I can run the speech recognition example now with: ```none implementation 'org.pytorch:pytorch_android_lite:1.10.0' ``` Thanks @andreanne-lemay for pointing me there 👍

I think I already tried that and it didn't work for some (probably other) reason. But never mind as long as it works now :)