VoxForge
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