VoxForge
Hello,
what is wrong?
HRest -A -D -T 1 -C de.hcompv.config -M hmm1 -I hmm0/hmmdefs -H hmm0/vFloors
HTK Configuration Parameters[10]
Module/Tool Parameter Value
# NUMCEPS 12
# CEPLIFTER 22
# NUMCHANS 26
# PREEMCOEF 0.970000
# USEHAMMING TRUE
# WINDOWSIZE 250000.000000
# SAVEWITHCRC TRUE
# SAVECOMPRESSED TRUE
# TARGETRATE 100000.000000
# TARGETKIND MFCC_0_D_N_Z
ERROR [+6551] LoadMasterFile: MLF file header is missing
FATAL ERROR - Terminating program HRest
I'm not sure where did you take this command from. Your command is wrong. -I should specify mlf file, not hmm defs. For hmmdefs you need -H. The correct command should be something like:
HRest -A -D -T 1 -C de.hcompv.config -M hmm1 -H hmm0/hmmdefs -H hmm0/vFloors -I phones.mlf hmmlist
I suggest you to use proper tutorial like the one from here http://www.voxforge.org/home/dev/acousticmodels/linux/create/htkjulius/tutorial or htkbook, it's not trivial to guess all arguments properly.
Overall, HTK is so outdated, you’d better try Kaldi
HInit -A -D -T 1 -C de.hcopy.conf -S de.hcopy.scp -M hmm0 -H proto -1 hallo -L de/lab hallo
HTK Configuration Parameters[16]
Module/Tool Parameter Value
# NUMCEPS 12
# CEPLIFTER 22
# PREEMCOEF 0.970000
# USEHAMMING TRUE
# WINDOWSIZE 250000.000000
# SAVEWITHCRC TRUE
# SAVECOMPRESSED TRUE
# TARGETRATE 100000
# TARGETFORMAT HTK
# TARGETKIND MFCC_0
# USER MFCC_0_D_A
# ESCALE 1.000000
# NUMCHANS 26
# HEADERSIZE 0
# SOURCERATE 625
# SOURCEFORMAT WAVEFORM
ERROR [+2119] HInit: source HMM file name expected
FATAL ERROR - Terminating program HInit
voxforge.org
[email protected]
http://www.voxforge.org