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

[hts-users:01045] Re: hts-2.1 alpha bug?


Hi,

zhizheng wu wrote (2007/12/04 22:43):

what's $vf{'dur'} value, in HTS-demo_CMU-ARCTIC-SLT of hts 2.1 alpha 's demo
   # config file for generating duration models
   open(CONF,">$cfg{'dur'}") || die "Cannot open $!";
   printf CONF "DURVARFLOORPERCENTILE = %f\n", 100*$vf{'dur'};
   print CONF "APPLYDURVARFLOOR = F\n";
   close(CONF);

You're right, it's a bug.
It should be

    printf CONF "DURVARFLOORPERCENTILE = %f\n", 100*$vflr{'dur'};

$vflr{'dur'} is the variance flooring scale for state duration PDFs.
This bug exists in all demo scripts of HTS-2.0.1 and HTS-2.1 alpha.

Thank you very much for reporting.

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:01048] state duration, marc sobhy
References
[hts-users:01044] hts-2.1 alpha bug?, zhizheng wu