 
    VoxForge
I have been trying to use HInit to train the HMM prototypes for a program to recognize yes/no. But as I run it, I get the following error:
>> HInit -A -D -T 1 -S trainlist.txt -M model/hmm0 -H model/proto/hmm_yes.txt -l yes -L data/train/lab yes
 
No HTK Configuration Parameters Set
Initialising  HMM yes . . . 
 States   :   2  3  4  5 (width)
 Mixes  s1:   1  1  1  1 ( 39  )
 Num Using:   0  0  0  0
 Parm Kind:  MFCC_D_A_0
 Number of owners = 1
 SegLab   :  data/train/lab
 maxIter  :  20
 epsilon  :  0.000100
 minSeg   :  3
 Updating :  Means Variances MixWeights/DProbs TransProbs
 - system is PLAIN
  ERROR [+6510]  LOpen: Unable to open label file C:\cygwin\HTK\workspace\data\train\mfcc\no_01.lab
 FATAL ERROR - Terminating program HInit
My line of command gives the address of the lab files as: -L data/train/lab yes but HTK tries to find the lab files in data\train\mfcc ! Any ideas what might be wrong?
--- (Edited on 6/30/2011 10:24 am [GMT-0500] by Visitor) ---
>My line of command gives the address of the lab files as: -L
>data/train/lab yes but HTK tries to find the lab files in data\train\mfcc !
Sorry, don't know... I use Flat start and MLF files
Try the HTK users mailing list.
--- (Edited on 8/2/2011 9:40 am [GMT-0400] by kmaclean) ---