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

[hts-users:01155] Resuming an interrupted training


Hello,

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 :-)

Thanks in advance,

Alexis

Follow-Ups
[hts-users:01157] Re: Resuming an interrupted training, Heiga ZEN (Byung Ha CHUN)