I am just doing research and trying to find out that how much % accuracy/error rate i’ve by using deepspeech for ASR.
it will be very helpful if you can elaborate these results Test - WER: 0.213015, CER: 3.542373, loss: 25.164192
mean what WER, CER and loss represents in the above results and what does it mean. can we say it WER: 21.30%, CER: 354.23%, loss: -----
I think it’d be profitable to do some background reading, for example maybe the Wikipedia article on WER would be a good start. Then maybe you could follow on reading some of the articles referenced there.
I already go-through the details of WER and CER. I just want to know how these results can be represented in percentage(%) Test - WER: 0.213015, CER: 3.542373, loss: 25.164192
can we say it WER: 21.30%, CER: 354.23%, loss: ??
It depends on what version of the code you’re running, as we recently changed the behavior of the CER calculation to be less surprising. If you’re on a the latest master, WER and CER can be interpreted as error rates over the entire corpus (for example, CER = sum of all edit distances / sum of all lengths). The loss is not really interpretable outside of the training context.
i am using this version DeepSpeech: v0.4.0-alpha.0-82-g6177da9
So according to this version how can i elaborate my results in percentages?
After training more epochs my results are: Before: Test - WER: 0.213015, CER: 3.542373, loss: 25.164192 After: Test - WER: 0.097534, CER: 1.385030, loss: 13.236552