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

[hts-users:02207] Re: More questions to HSMM


Hi,

燕鹏举 wrote:

> The problem of HERest -g still exists that I get always N(0,1) for duration
> pdfs.
> 
> I did use -u tmvwdmv. What I did is just (based on HERest parameters in step
> $ERST0) removing the -N and -R parameters and adding a -g parameter. See the
> following command:
> 
> HERest -A -C .../trn.cnf -D -T 1 -S .../train.scp -I .../mono.mlf -m 1 -u
> tmvwdmv -w 3 -t 1500 100 5000 -H .../cmp/monophone.mmf -M .../cmp -g
> .../dur/monophone.mmf .../mono.list
> 
> Is there anything incorrect or I missed?

Oops, I found a bug in HERest.c:main().  Please replace

         if (up_durLoaded && (updateMode&UPMODE_UPDATE) && uFlags_dur) {

by

         if ((updateMode&UPMODE_UPDATE) && uFlags_dur) {

for now.  I think this fix should work, but I haven't tested it yet.  Please
report whether this fix solves your problem.  I hope Oura-kun also tests this
and includes this fix in the future release.

Best regards,

Heiga ZEn (Byung Ha CHUN)

-- 
--------------------------
Heiga ZEN (Byung Ha CHUN)
Speech Technology Group
Cambridge Research Lab
Toshiba Research Europe
phone: +44 1223 436975

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

Follow-Ups
[hts-users:02208] 答复: [hts-users:02207] Re: More questions to HSMM, 燕鹏举
References
[hts-users:02198] TRANSP of monophone reestimation, 燕鹏举
[hts-users:02200] Re: TRANSP of monophone reestimation, Heiga ZEN (Byung Ha CHUN)
[hts-users:02201] Re: More questions to HSMM, 燕鹏举
[hts-users:02202] Re: More questions to HSMM, Heiga ZEN (Byung Ha CHUN)
[hts-users:02206] Re: More questions to HSMM, 燕鹏举