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

[hts-users:01062] Re: Problem about HMGenS


Hi,

wei chen wrote (2007/12/18 10:18):

1) how could I design the window, is there any method?

If I were you, I do as follows:

A feature vector consists of static, delta, delta^2 features as

c(1),..,c(25)
delta-c(1),..,delta-c(10)
delta^2-c(11),..,delta^2-c(25)

First I train HTS using this feature vector.
And then I add nuisance dimensions as

c(1),..,c(25)
delta-c(1),..,delta-c(10),*delta-c(11),..,delta-c(25)*
*delta^2-c(1),..,delta^2-c(10)*,delta^2-c(11),..,delta^2-c(25)

where *...* denotes nuisance dimensions.
If I set all inverse variances and means in nuisance dimensions to 0,
they are not taken into account in the parameter generation algorithm.
By running HMGenS with appropriate window coefficients, you can obtain proper outputs equivalent to what you really want to do.

2) do I just modify Calc_WUM_and_WUW() to support the window to achieve my goal?

Yes, but you may need to turn off some consistency checks for dimensionality in HGen.c and HMGenS.c.

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:01063] Re: Problem about HMGenS, wei chen
References
[hts-users:01057] Problem about HMGenS, wei chen
[hts-users:01060] Re: Problem about HMGenS, Heiga ZEN (Byung Ha CHUN)
[hts-users:01061] Re: Problem about HMGenS, wei chen