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

[hts-users:01941] Re: build_hts train fails


Hi,

It looks like you're running an incorrect version of the tools. From your error message, I would think that you're running HTK instead of HTS.

HTK tools have been modified for HTS, as specified in the "help".

You might try typing:

/usr/local/bin//HInit

with no argument to confirm.

You need to locate your HTS binaries and amend the path so that you refer to them instead of referring to the HTK binaries.

Hope that helps,

Geoffrey


2009/4/8 Srinivas Desai <srinivasdesai@xxxxxxxxx>
Hi,

I am trying to build a synthesizer with ARCTIC BDL wavefiles. I have worked in Festvox framework but am a new user of HTS/HTK.

During the process of building voice, I am able to run the steps till "$FESTVOXDIR/src/hts_build/
build_hts" with setup, files, f0 and data as argument.
However, when I try to train, I get an error as provided below.

Tried googling around.
Kindly help me in this regard.

Srinivas Desai.

ERROR:
=============== aa ================
HTS training: executing:
/usr/local/bin//HInit -A -e 1.0E-3 -i 50 -I /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/../data/labels/mono_v.mlf -M /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/hmms/db/v/cmp/HInit -S /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/../data/lists/data_db_v.scp -l aa -o aa -T 1 -m 1 -v 1.0e-04 /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/proto/s5_m1_c75p1p1p1.prt
/usr/local/bin//HInit -A -e 1.0E-3 -i 50 -I /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/../data/labels/mono_v.mlf -M /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/hmms/db/v/cmp/HInit -S /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/../data/lists/data_db_v.scp -l aa -o aa -T 1 -m 1 -v 1.0e-04 /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/proto/s5_m1_c75p1p1p1.prt
HMM Def Error: GetToken: Unknown symbol MSDINFO at line 1/col 35/char 34 in /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/proto/s5_m1_c75p1p1p1.prt
  ERROR [+7050]  HMError:
HMM Def Error: GetOption: GetToken failed at line 1/col 36/char 35 in /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/proto/s5_m1_c75p1p1p1.prt
  ERROR [+7050]  HMError:
HMM Def Error: GetOptions: GetOption failed at line 1/col 37/char 36 in /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/proto/s5_m1_c75p1p1p1.prt
  ERROR [+7050]  HMError:
HMM Def Error: LoadHMMSet: GetOptions failed at line 1/col 0/char -1 in /home/srinivas/work/htsVoice/iiit_us_bdl/hts_build/train/proto/s5_m1_c75p1p1p1.prt
  ERROR [+7050]  HMError:
  ERROR [+2128]  Initialise: LoadHMMSet failed
 FATAL ERROR - Terminating program /usr/local/bin//HInit


Follow-Ups
[hts-users:01942] Re: build_hts train fails, Srinivas Desai
References
[hts-users:01940] build_hts train fails, Srinivas Desai