TensorFlowASR icon indicating copy to clipboard operation
TensorFlowASR copied to clipboard

:zap: TensorFlowASR: Almost State-of-the-art Automatic Speech Recognition in Tensorflow 2. Supported languages that can use characters or subwords

Results 74 TensorFlowASR issues
Sort by recently updated
recently updated
newest added

Hi! Just wondering if the KenLM is compatible with the Conformer model, and if so if there are any example scripts on how to include it? Thank you!

enhancement

Hello! I'm wondering if is possible to use those models in real-time inference scenario like microphone stream. In other words, will models work good on smaller chunks of audio like...

enhancement

Hello Team, I ran the librespeech contextnet experiment with success on a RTX 3080 and V100 with a batch size of 4 and 8 respectively. However, the same setup gives...

I tried to train the model with sentence_piece Tensorflow 2.3.2 and cuda 10.1 ``` python examples/deepspeech2/train.py --config config.yml --sentence_piece ``` But I got this error. ```INFO:tensorflow:Loading SentencePiece model ... INFO:tensorflow:Reading...

hi i trained the contextnet model for my custom datasets with mfcc featurizer and changing the required directories in config file and leaving the rest as it is. But after...

Hi, @usimarit In 'datasets/asr_dataset.py' line 141 u called line 41 of 'augmentations/augmentation.py', which is calling self.signal_augmentations = self.parse(config.pop("signal_augment", {})) self.feature_augmentations = self.parse(config.pop("feature_augment", {})) In config file no dict of signal_augment...

testing Jasper using subwords ![new_error](https://user-images.githubusercontent.com/67789395/119471123-6f7f7200-bd62-11eb-81c6-aba2652ff2ac.PNG)

Facing this error while testing jasper. ![error](https://user-images.githubusercontent.com/67789395/118932111-175eff00-b961-11eb-96c6-ec752db13d2c.PNG) env: ![env](https://user-images.githubusercontent.com/67789395/118935167-aae5ff00-b964-11eb-97c7-ee7a1a2c5ba2.PNG)

It seems like deep context is an important piece for context biasing in end-to-end models, but I haven't found any open source implementation for it. Is there any plan to...

enhancement

my OS : Ubuntu 18.04 my env : conda did I customized the code : No I did everything such as README file says. > conda create -y -n tfasr...