issues
search
SeanNaren
/
deepspeech.torch
Speech Recognition using DeepSpeech2 network and the CTC activation function.
MIT License
259
stars
73
forks
source link
V2 Branch
#42
Closed
SeanNaren
closed
8 years ago
SeanNaren
commented
8 years ago
There are a few issues I'll be addressing in this branch:
[x] Fix current branch; it does not converge as a few commits before
[x] Convert AN4Train/AN4Test to use cmd to input arguments, create bash scripts to run these
[x] Expose parameters of DeepSpeechModel to allow easier customisation
[x] Revise current flow of objects such as Evaluator and Model Evaluator
[x] Add training graph with CER/WER
[x] Add example prediction script
[x] Add WER/CER results in README
There are a few issues I'll be addressing in this branch: