Acoustic Model Discussions

Flat
Step 10 error
User: ZokMcoy
Date: 1/30/2008 7:37 pm
Views: 8292
Rating: 31

I need to make grammar for julian that recognizes names of few languages as the native speakers say (english, deutsch, espanol etc.) I need to build my own acoustic model of course. So first I wanted to see if I can train him to recognize just one language (I choose Deutsch). I followed the steps in tutorial (automated, with script) and because it says I need more words with same phones, I added more words that contain phones as Deutch does. Those are chow, dutch, toy, annoy. And I recorded 2 wav files containing Deutsch Chow Dutch, and the other Toy Annoy. So I started the script (as it says in tutorial) and everything goes well until step 10. Then it says:

 making hmm13



ERROR [+2662] AddUnseenCommand: there are no existing trees

FATAL ERROR - Terminating program C:\cygwin\HTK\htk-3.3-windows-binary\htk\HHEd.exe

making hmm14



ERROR [+5010] InitSource: Cannot open source file ./interim_files/tiedlist

ERROR [+7010] InitHMMSet: Can't open list file ./interim_files/tiedlist

ERROR [+2321] Initialise: MakeHMMSet failed

FATAL ERROR - Terminating program C:\cygwin\HTK\htk-3.3-windows-binary\htk\HERest.exe

making hmm15



ERROR [+5010] InitSource: Cannot open source file ./interim_files/tiedlist

ERROR [+7010] InitHMMSet: Can't open list file ./interim_files/tiedlist

ERROR [+2321] Initialise: MakeHMMSet failed

FATAL ERROR - Terminating program C:\cygwin\HTK\htk-3.3-windows-binary\htk\HERest.exe

cp: cannot stat `./interim_files/hmm15/hmmdefs': No such file or directory

cp: cannot stat `./interim_files/tiedlist': No such file or directory


What could be the problem?

 

Thank you! 

 

--- (Edited on 1/30/2008 7:37 pm [GMT-0600] by Visitor) ---

Re: Step 10 error
User: kmaclean
Date: 1/30/2008 10:10 pm
Views: 2286
Rating: 34

Hi ZokMcoy,

>I added more words that contain phones as Deutch does.

Did you create new phones for your new Deutch words? 

If you did, this might create problems in Step 10, because the Acoustic Model creation script uses an English language tree.hed file.

For more information on create a tree.hed file for a new language, see the following links:You might try recognition with your Step 9 acoustic models (hmm12/hmmdef and hmm12/macros).  Step 10 tries to create *unseen* triphones based on the complete *English* dictionary, and the Step 9 Acoustic Models might be good enough for your purposes.

Ken

--- (Edited on 1/30/2008 11:10 pm [GMT-0500] by kmaclean) ---

Re: Step 10 error
User: Visitor
Date: 1/31/2008 11:17 am
Views: 259
Rating: 35

Ok, so I will just use step 9 acoustic model. But there are only hmmdef and macros and what about the list of phones? What list do I use instead of tiedlist generated in last step?

 

Thank you! 

--- (Edited on 1/31/2008 11:17 am [GMT-0600] by Visitor) ---

Re: Step 10 error
User: kmaclean
Date: 1/31/2008 1:35 pm
Views: 2451
Rating: 33

triphones1.

--- (Edited on 1/31/2008 2:35 pm [GMT-0500] by kmaclean) ---

PreviousNext