TensorFlowASR
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
Can someone explain what is the correct pipeline to inference my own data in rnn t without converting to tflite if possible? I ran the demonstration script but the results...
Hi, when I run TensorFlowASR\examples\contextnet\test.py with cpu=false, system run very slow and not response results. When i readme.md (it only not support tpu, => i set cpu = false, have...
Hello all, I am a beginner in this domain and doing my first experiment. after training the model, I got the .h5 model file. But while testing, Librispeech_train_4_1030.subword is not...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.0.1 to 10.0.1. Release notes Sourced from pillow's releases. 10.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.1.html Changes Updated libwebp to 1.3.2 #7395 [@radarhere] Updated zlib to 1.3 #7344 [@radarhere] 10.0.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.0.0.html Changes...
Has this project been left or is this still being maintained?
Can anyone explain why the code below work? It seems to just extract first letter of the tokens. Thanks. class CharFeaturizer(TextFeaturizer): __def __init_vocabulary(self): lines = [] if self.decoder_config.vocabulary is not...
Can you make an example how to write server client using oython sockets and send the bytes of audio to the model? Becauae i dont understand how to do it.
Hi, In dataset that composed of various or very short signal length, masking in encoder showed good result in my experiments. So, I suggest that adding feature length in dataset...
The transducer in TensorFlowASR\examples\rnn_transducer doesn't work for the current version with either current or pretrained config.yml. This is a fundamental function. Can the author or someone give it a try...
Hi, I am having difficultis with DeepSpeech2 inference. I train with batch_size=64. In training, the loss goes down as expected. When I do inference with the test.py example, I get...