VoxForge
I need only the last instruction to create my acoustic model, but whend I do
HERest -A -D -T 1 -T 1 -C config -I wintri.mlf -s stats -t 250.0 150.0 3000.0 -S train.scp -H hmm13/macros -H hmm13/hmmdefs -M hmm14 tiedlist
it give me the following error:
ERROR [+5010] InitSource: Cannot open source file t+aa
ERROR [+7010] LoadHMMSet: Can't find file
ERROR [+2321] Initialise: LoadHMMSet failed
FATAL ERROR - Terminating program HERest
I understand that it try to open t+aa as file, but it isn't a file, it the first line of tiedlist file. It's wrong how I use HERest and its parameter?
Can you help me?
P.s. I promise that it's the last time that I ask help to you ... I hope. :D
Hi Manuel,
Don't worry about asking questions, I know it took me a while to get the hang of HTK (and I am still learning ...).
I'm not sure I understand where you are getting "t+aa". It is not in the tutorial tiedlist file. Have you added more words to your prompts file? Did you used the tutorial lexicon (the one based on the ISIP pronunciation dictionary) in *all* your steps?
When HTK says "Cannot open source file t+aa" it is looking for the corresponding "file" in your hmmdef file. HTK used to put each hmm in a separate physical file (each with a corresponding entry in your tiedlist file). Now they are all grouped together under one hmmdef physical file, but HTK still thinks of them as separate "files".
Ken
The error was in tree.hed, I've not update it correctly.
After I found another problem, but it's explain in another comment of this step.
Tks
Manuel