From: Bo T. <dx...@16...> - 2013-08-02 12:14:23
|
Hello everyone, I love KALDI very much for its variety of abilities to build models and decode. But could you please add an script to check the format of the input data for training? Today I tried to build acoustic model using my own data, I found it kept failing because of unsorted text(spk2utt, etc.), and I sorted them myself but it didn't work. Finally, I found it was advised to append speaker id to utterance id for sorting. Such problem is not difficult to solve, but it's difficult to check if it's solved. Because I need to extract feat again and again(maybe it's not needed but I don't know), and after run train_mon.sh for a while, it tells me the error. It takes too tong. I think all these could be done after I finish preparing the data before training phase. I will appreciate your help! Sincerely -- Department of Computer Science and Technology, Tsinghua University Bo Tian |