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

[hts-users:01956] Re: ERROR [+7390] StepAlpha


Hi,

It seems that your HERest options are correct.
Next, could you increase HSMM duration parameter?
[Example]
% ./configure MAXDEV=500 MINDUR=20

If you can not use 'configure' in Windows machine, you should change scripts/Config.pm directly.
$maxdev = 10; -> 50 or 100 or 500
$mindur =  5; -> 10 or  15 or  20

Regards,
Keiichiro Oura

jtao wrote:
>  
> 
> hi,
> 
>  
> 
> Thank you for you reply again.
> 
> I have try remove the option -t, but it still has this error message.
> 
> My error happen when I run HERest to train the clustered *.mmf
> 
> My HERest options as follow:
> 
> 
> E:\study\0904\HTS-HSMM\Train\bin-hts2.1\HERest -A -B -C 
> E:\study\0904\HTS-HSMM\Train\configs\trn.cnf -D -T 1 -S 
> E:\study\0904\HTS-HSMM\Train\data\scp\train.scp -I 
> E:\study\0904\HTS-HSMM\Train\data\labels\full.mlf -m 1 -u tmvwdmv -w 3 
> -H E:\study\0904\HTS-HSMM\Train\models\qst001\ver1\cmp\clustered.mmf -N 
> E:\study\0904\HTS-HSMM\Train\models\qst001\ver1\dur\clustered.mmf -M 
> E:\study\0904\HTS-HSMM\Train\models\qst001\ver1\cmp -R 
> E:\study\0904\HTS-HSMM\Train\models\qst001\ver1\dur 
> E:\study\0904\HTS-HSMM\Train\data\lists\full.list 
> E:\study\0904\HTS-HSMM\Train\data\lists\full.list
> 
> Regards,
> 
> jtao
> 
> 
> 
>  > Hi,
>  >
>  > Could you send me HERest options?
>  > If you use -t option, you should remove this and try again from the 
> start.
>  >
>  > Regards,
>  > Keiichiro Oura
>  >
>  > jtao wrote:
>  > > Dear,
>  > >
>  > > Thank you for your reply.But my train data *.cmp are no problem when I
>  > > use the old HTS version. When I use HTS2.1 with the same trian data 
> ,it
>  > > has this
>  > > error message :
>  > > ERROR [+7390] StepAlpha: Alpha prune failed eq(21) < sq(22) at time 
> 403
>  > > why?
>  > >
>  > > > Hi,
>  > > >
>  > > > I think that this error message is often outputed when wrong data 
> is trained.
>  > >
>  > > > You should check *.cmp files and BYTESWAP option of training 
> scripts.
>  > > >
>  > > > Regards,
>  > > > Keiichiro Oura
>  > > >
>  > > > jtao wrote:
>  > > > > Dear all,
>  > > > > when I run the tool HERest,it gives me an
>  > > > > error message :
>  > > > > ERROR [+7390] StepAlpha: Alpha prune failed eq(21) < sq(22) at 
> time 403
>  > >
>  > > > >
>  > > > > why and how can i resolve the problem?
>  > > > > thanks
>  > > > >
>  > > > > Regards
>  > > > >
>  > > > > jtao
>  > > > >
>  > > > >
>  > > > >
>  > > > >
>  > > > >
>  > > >
>  > > >
>  > > >
>  > >
>  > >
>  > >
>  >
>  >
>  >
> 
>  
> 
> 
> 


References
[hts-users:01955] Re: ERROR [+7390] StepAlpha, jtao