yh1008 / speech-to-text

mixlingual speech recognition system; hybrid (GMM+NNet) model; Kaldi + Keras
http://llcao.net/cu-deeplearning17/project.html
70 stars 19 forks source link

local/score.sh does not exist #14

Closed yh1008 closed 7 years ago

yh1008 commented 7 years ago

Not scoring because local/score.sh does not exist or not executable

I think we could cp a local/score.sh from other recipes, but in our case, we have both English and Mandarin, and we are very likely needed to generate our own scoring methods to calculate Mix Error Rate.

yh1008 commented 7 years ago

copied the score.sh from voxforge/s5/local ; I am finishing on writing my own scoring script.