srvk / eesen

The official repository of the Eesen project
http://arxiv.org/abs/1507.08240
Apache License 2.0
822 stars 342 forks source link

setting output neurons #80

Closed madhavsund closed 8 years ago

madhavsund commented 8 years ago

We are trying eesen for OCR. We have a dataset with labels marked 1 to 320 . but some of the labels are not seen in training and testing set.only 218 labels are seen. the question is what would be the number of output neurons either 218 or 320?

yajiemiao commented 8 years ago

You should use 320 labels

madhavsund commented 8 years ago

thank you... it works. my network is two layer with 320 neurons, but the convergence is very slow. what could be the reasons

  1. my inputs are binary images. whether cmvn is required ?
  2. due to frame skipping. if so, kindly say where to change the parameter
  3. any parameter is specifically set for speech in eesen
madhavsund commented 8 years ago

the problem was with parameters... now it is working