Click here to register.

Step 5 - Generating the Transforms

Create Regression Class Tree

1. First, create the regtree.hed edit script in your voxforge/adapt directory:

RN "models"
LS "stats"
RC 32 "rtree" 

2. Next create a new hmm16 directory in your voxforge/adapt folder.

3. Then execute the HTK Tool HHEd to build the regression class tree:

$/home/yourusername/htk-3.2.1/bin.linux/HHEd -H macros -H hmmdefs -M hmm16 regtree.hed tiedlist

The new models, together with the regression class tree information, are written to the hmm16 directory:

Perform Static Adaptation

1st pass - global adaptation

1. Execute the HEAdapt command as follows: 

$/home/yourusername/htk-3.2.1/bin.linux/HEAdapt -C config -g -S adapt.scp -I adaptPhones.mlf -H hmm16/macros -H hmm16/hmmdefs -K global.tmf -t 250.0 150.0 3000.0 tiedlist

This creates the global.tmfglobal.tmf file in your voxforge directory - which is to be used as input into the second pass.

2nd pass - transform model set

2. Create the hmmAdapt directory

3. Then run HEAdapt once more:

$/home/yourusername/htk-3.2.1/bin.linux/HEAdapt -C config -S adapt.scp -I adaptPhones.mlf -H hmm16/macros -H hmm16/hmmdefs -J global.tmf -M hmmAdapt -t 250.0 150.0 3000.0  -j 0.9 -i 10 tiedlist

this creates 2 files in the hmmAdapt directory:


Comments

Click the 'Add' link to add a comment to this page; click the 'Read More' link to view replies to a posted comment.

AddSearch

problem with 1st pass - global adaptation
By DRF - 7/21/2008 - 1 Replies

I'm having a problem with the 1st pass using HEAdapt.  I get the following error and am not sure where it comes from:

ERROR [+2719] HEAdapt: file name of vocabulary list expected

Thanks for your help,

Dan

problems of regretion tree
By Diwei Liu - 5/26/2008 - 1 Replies

when I perform HHEd  -T 1 -H hmms/hmm3/hmmslist -M classes regtree.hed phonelist , it can't generate the regression tree.Show the error as follows:

ERROR [+7231]  ChkType: Attempt to form list from different types h and m

 Can you tell me why ? Thanks!

empty closing line missing from regtree.hed
By V - 3/17/2008 - 1 Replies

empty closing line missing from regtree.hed, add it if you get the following error message:

?
 ^
Error { expected
  ERROR [+7230]  EdError: item list parse error
 FATAL ERROR - Terminating program HHEd