Ticket #148 (closed defect: invalid)
Acoustic model creation error in step 10
Reported by: | kmaclean | Owned by: | kmaclean |
---|---|---|---|
Priority: | minor | Milestone: | Unassigned |
Component: | Acoustic Model | Version: | 0.1-alpha |
Keywords: | Cc: |
Description
I'm building a new voice grammar and repeately I get an error in step 10 making hmm 13. I have tried both the script-way and the hard oldschool tutorial;-)
I have even tied just to run it with the original data and voice but the same error-message accur every time:
ERROR [+2662] FindProtoModel?: no proto for p in hSet FATAL ERROR - Terminating program HHEd
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 HERest
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 HERest
cp: cannot stat `./interim_files/hmm15/hmmdefs': No such file or directory cp: cannot stat `./interim_files/tiedlist': No such file or directory
Additional I thought of replacing the old julius-3.5.2 with the new julius-3.5.3. There should not be any problems just doing this or is there..?