tensorflow-ctc-speech-recognition icon indicating copy to clipboard operation
tensorflow-ctc-speech-recognition copied to clipboard

Application of Connectionist Temporal Classification (CTC) for Speech Recognition (Tensorflow 1.0 but compatible with 2.0).

Results 4 tensorflow-ctc-speech-recognition issues
Sort by recently updated
recently updated
newest added

Please share yours pretrained Model

Curious as to why you didn't use a generator for batch creation and then also capped the number of iterations per epoch to 10. I updated the code to this:...

enhancement

I have a very old computer if I try to train the neural network on it, it will take me forever. can you give me a link to a trained...

i want to train with many char. not use ord(), how can map char (ex map by a dict) charmap_en1 = {'t': 20, 'v': 22, 'u': 21, 'z': 26, 'y':...