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

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


Thanks a lot. This fix works for my scenario. (And, it can produce exactly
the same results as previous HERest.c in the HTS demo scenario.)

-----邮件原件-----
发件人: Heiga ZEN (Byung Ha CHUN) [mailto:heiga.zen@xxxxxxxxxxxxxxxxx] 
发送时间: 2009年9月2日 19:10
收件人: hts-users@xxxxxxxxxxxxxxx
主题: [hts-users:02207] Re: More questions to HSMM

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)



Follow-Ups
[hts-users:02209] Re: 答复: [hts-users:02207] Re: More questions to HSMM, Keiichiro Oura
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, 燕鹏举
[hts-users:02207] Re: More questions to HSMM, Heiga ZEN (Byung Ha CHUN)