SeanNaren / deepspeech.torch

Speech Recognition using DeepSpeech2 network and the CTC activation function.
MIT License
259 stars 73 forks source link

Training using AN4 phoneme dataset #18

Closed SeanNaren closed 8 years ago

SeanNaren commented 8 years ago

@CCorfield was incredibly nice enough to modify the current code to now support phonemes (as well as clean the hell out of the code, will manually shift refactors into the main branch). Check it out here. Here is a graph showing the phoneme error rate as well as the training loss over time:

![alt text](http://i.imgur.com/eef8Ru9.png"Training graph") Again thanks so much @CCorfield and I'll work on porting a large chunk of it over to master.

slbinilkumar commented 8 years ago

Thank you very much .