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

[hts-users:01157] Re: Resuming an interrupted training


Hi,

Alexis Moinet wrote (2008/02/07 19:57):

I had to stop a training with latest HTS-2.1beta just after the hts_engine synthesis (if ($ENGIN && $ul==0 $$ $gm==0))

now I want to continue the training (the 2 mixtures part). Therefore I put all the flags until (and including) $ENGIN to zero and all the next flags to 1 ($UPMIX --> $WGEN2)

it stops in $MKUNS with an error : Error [+5072] FindConfParam: MINLEAFLOCC is StrCKind but should be type FltCKind.

after checking ./configs/trn.cnf, indeed there is :

...
MINLEAFOCC =
...

so, it seems that no initial value is given to $minocc in make_config() when doing "if ($SEMIT){...}"

The previous calls to make_config() are preceeded by "$minocc = $mocc{$type}" which is either 10.0 or 5.0. (or by "$minocc = 0.0" in the case of $MKENV)

Therefore I guess the last known value of $minocc before $SEMIT should be 5.0 if I was doing the whole training, shouldn't it ?

Otherwise I'll simply re-run the complete training but I'd rather not do that :-)

OK, I see.  It should be initialized.
For now, please set $MKENV=1 to run it.
Sorry for inconvenience.

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:01159] Re: Resuming an interrupted training, Alexis Moinet
References
[hts-users:01155] Resuming an interrupted training, Alexis Moinet