google / flax

Flax is a neural network library for JAX that is designed for flexibility.
https://flax.readthedocs.io
Apache License 2.0
6.09k stars 644 forks source link

Automatic Speech Recognition Example Request #1449

Closed ckt624 closed 2 years ago

ckt624 commented 3 years ago

You would like to see a new example being implemented by the Flax core team or the community? Please let us know by filling the following template.

Description of the model to be implemented

RNN-Transducer

Dataset the model could be trained on

LibriSpeech

Specific points to consider

Reference implementations in other frameworks

https://github.com/mlcommons/training/tree/master/rnn_speech_recognition/pytorch

marcvanzee commented 2 years ago

Thanks for filing this issue! We decided that for now, we want to focus on making our core library excellent, and we are not planning to add new examples to our repo. This may change in the future, but for now I am closing this issue.

We do encourage you to let us know (e.g., through Github Discussions) when you have written examples in your own repo, and we gladly link to it!

@andsteing FYI