JaylonZhang

Results 7 comments of JaylonZhang

Hi @fmetze , thanks for your suggestion, I will try it. But the language model I used is built from timit text. And the result is very strange

@yajiemiao do you means test the phones eesen recognized, not the word ?

I just convert timit format to stm format and runns using tedlium scripts.

@behnamasefi I got the same problem but I reduced the --frame-num-limit value and the problem is not solved

I followd https://github.com/srvk/eesen/blob/master/asr_egs/wsj/steps/train_ctc_parallel_h.sh#L141 , and set nj = number of my gpus (for me I have a executor node which has 3 gpu and nj is set to 3). There...

Is this means the train process can only runs on one node and uses only one gpus?