Comments

Flat
STEEP 5 MISSING
User: kat_wills
Date: 12/28/2007 5:24 am
Views: 3359
Rating: 14
Hi,
Step 4 made a reference on step 5,but it does not appear as if it exist.So when I ran the 'script' step, /HTK_Compile_Model.sh,it gave error.The step made reference to 'auto/acoustic_model_files folder' which did not exists.It appears some steps are missing in the linux tutorial.

Any help will be appreciated.

Thanks
Re: STEEP 5 MISSING
User: kmaclean
Date: 12/28/2007 8:32 am
Views: 210
Rating: 9

Hi kat_wills,

Sorry, it's a bit confusing ... Step 4 of the *How-to* refers to Step 5 of the *Tutorial* to give you some additional details on how to create the codetrain script.

The "HTK_Compile_Model_sh" of the How-to automatically performs most of the steps in the Tutorial.

Step 10 inside the "HTK_Compile_Model.sh" script deletes any previous acoustic_model_files folder (from a previous run of the script) then creates it again:

print_heading "Step 10 - Making Tied-State Triphones"
	...
rm -rf ../acoustic_model_files
mkdir ../acoustic_model_files 

The deletion of a non-existing acoustic_model_files folder may be the cause of the error you are referring to, and can be ignored.

Just to make sure, please attach the console output from the run of your  "HTK_Compile_Model.sh" script.

thanks, 

Ken 

 

Previous