[Subject Prev][Subject Next][Thread Prev][Thread Next][Date Index][Thread Index]

[hts-users:01331] Re: HMGenS generates an error


Hi,

After I removed the argument of p, it generates the following error.

HMGenS -c 2 -p -s -r 2.0 -A -D -T 1 -C synthesis.conf -H hmmsdef.mmf -N duration.mmf hmmlist.txt dmlist.txt yes6_0.lab

HTK Configuration Parameters[1]
  Module/Tool     Parameter                  Value
#                 WINFN           StrVec 1 mcp.win1

HMMSet is PLAIN
3 Logical/3 Physical Models Loaded, VecSize=39
1 MMF input files
  ERROR [+9999]  CheckGenSetUp: # of window (1) times order (1) should be equal to vSize (39)

When I read the archive the same problem was addressed by Heiga Zen, But in my case I have both delta and delta-delta coefficients.
His suggestion was to
Add the following in the configuration file 
PDFSTRSIZE = "IntVec 1 1"
PDFSTRORDER = "IntVec 1 20"
PDFSTREXT = "StrVec 1 mc

I add this to my configuration file by changing 20 to 39. Since I have 39 coefficients. But,  then  it generates the following error

HMGenS -c 2 -p -s -r 2.0 -A -D -T 1 -C synthesis.conf -H hmmsdef.mmf -N duration.mmf hmmlist.txt dmlist.txt yes6_0.lab

HTK Configuration Parameters[4]
  Module/Tool     Parameter                  Value
#                 PDFSTREXT           StrVec 1 mcp
#                 PDFSTRORDER          IntVec 1 39
#                 PDFSTRSIZE            IntVec 1 1
#                 WINFN           StrVec 1 mcp.win1

HMMSet is PLAIN
3 Logical/3 Physical Models Loaded, VecSize=39
1 MMF input files
PdfStream [1]:
  #streams: 1 (vSize=39)
  #order:   39
  file ext: mcp
  0-th window: mcp.win1

Pruning-Off
 Generating Label dmlist.txt
  ERROR [+6510]  LOpen: Unable to open label file dmlist.lab

How can I fix this please

- Bereket
"Heiga ZEN (Byung Ha CHUN)" <zen@xxxxxxxxxxxxxxx> wrote:
Hi,

bereket kasaye wrote (2008/04/13 1:42):

> HMGenS -c 2 -p 3 -s -r 2.0 -A -D -T 1 -C
> synthesis.conf -H hmmsdef.mmf -N duration.mmf
> hmmlist.txt dmlist.txt yes6_0.lab

-p option does not require any argument.
See below:

USAGE: HMGenS [options] hmmList dmList labFiles...

Option Default

-a Use an input linear transform for HMMs off
-b Use an input linear transform for dur models off
-c n type of parameter generation algorithm 0
0: both mix and state sequences are given
1: state sequence is given,
but mix sequence is hidden
2: both state and mix sequences are hidden
-d s dir to find hmm definitions current
-e use model alignment from label for pruning off
-f f frame shift in 100 ns 50000
-g f Mixture pruning threshold 10.0
-h s [s] set speaker name pattern to s, *.%%%
optionally set parent patterns
-m use model alignment for duration off
-n s dir to find duration model definitions current
-p output pdf sequences off
-r f speaking rate factor (f<1: fast f>1: slow) 1.0
-s use state alignment for duration off
-t f [i l] set pruning to f [inc limit] inf
-v f threshold for switching spaces for MSD 0.5
-x s extension for hmm files none
-y s extension for duration model files none
-A Print command line arguments off
-B Save HMMs/transforms as binary off
-C cf Set config file to cf default
-D Display configuration variables off
-E s [s] set dir for parent xform to s off
and optional extension
-G fmt Set source label format to fmt as config
-H mmf Load HMM macro file mmf
-I mlf Load master label file mlf
-J s [s] set dir for input xform to s none
and optional extension
-L dir Set input label (or net) dir current
-M dir Dir to write HMM macro files current
-N mmf Load duration macro file mmf
-S f Set script file to f none
-T N Set trace flags to N 0
-V Print version information off
-W s [s] set dir for duration parent xform to s off
and optional extension
-X ext Set input label (or net) file ext lab
-Y s [s] set dir for duration input xform to s none

Regards,

Heiga ZEN (Byung Ha CHUN)

--
------------------------------------------------
Heiga ZEN (in Japanese pronunciation)
Byung Ha CHUN (in Korean pronunciation)

Department of Computer Science and Engineering
Nagoya Institute of Technology
Gokiso-cho, Showa-ku, Nagoya 466-8555 Japan

http://www.sp.nitech.ac.jp/~zen
------------------------------------------------


 


Follow-Ups
[hts-users:01333] How to set multiple proto tpye for different kind of unit, 孙敬伟
References
[hts-users:01327] Re: HMGenS generates an error, Heiga ZEN (Byung Ha CHUN)