-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature request] ESPnet2 standalone Transducer #44
Comments
Hi @b-flo, thank you! |
@Masao-Someki yes, the standalone version is implemented there. (I am using it) |
These files implement the standalone version:
Dependency with ESPnet1 is minimal, only core modules related to ASR tasks and training utilities are used here.
Note that we rely on a unified online/offline architecture compared to other models depending on offline + contextual block architectures! Also, some warning: there are a lot of pending/in-work things for this version so it may change quickly. Looking at my TO-DO though, there is not many items that would impact your development.
@joazoa Thanks for using it! If you've any feedback or report, feel free to post them on ESPnet! Any experiments outside our internal ones is appreciated right now! |
Hi Masao!
I was wondering if you could consider adding support for the standalone version of ESPnet2 Transducer? See the doc.
I'm quite interested in ONNX but I have too much at hands right now to work on this project... I can help on the code understanding or similar things though.
The text was updated successfully, but these errors were encountered: