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

[hts-users:01330] Re: An error about increasing the state number


Hi,
   The problem has been solved.
   Thank you, ZEN.
 

孙敬伟
2008-04-13

发件人: Heiga ZEN (Byung Ha CHUN)
发送时间: 2008-04-13 16:11:03
收件人: hts-users@xxxxxxxxxxxxxxx
抄送:
主题: [hts-users:01329] Re: An error about increasing the state number
 
Hi,
 
孙敬伟 wrote (2008/04/13 16:35):
 
> If the state number and the stream end of duration are set as 7, this 
> error will not be found and the training and generating  progress will 
> go on successfully. 
> It seems that the maximum stream size is small than 9, can I set it 
> manually? How can I solve the problem if I want to increase the state 
> number?
 
This is because the maximum number of streams in HTK is 8
(HTS represents state duration PDFs in multi-stream structure).
If you want to increase this limit, please set SMAX in HTKLib/HShell.h to large value like as follows:
 
 
#define SMAX      9      /* max num data streams + 1  */
 
- >
 
#define SMAX      20     /* max num data streams + 1  */
 
 
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
 
------------------------------------------------
 

References
[hts-users:01326] HMGenS generates an error, bereket kasaye
[hts-users:01327] Re: HMGenS generates an error, Heiga ZEN (Byung Ha CHUN)
[hts-users:01328] An error about increasing the state number, 孙敬伟
[hts-users:01329] Re: An error about increasing the state number, Heiga ZEN (Byung Ha CHUN)