Re: festvox

2012-10-25 Thread Nickolay V. Shmyrev
On 25/10/2012 at 09:03 +, lakshmi.p wrote:
 while labeling the prompts using ./bin/do_build labelerror occuring
 
 cannot label due to NAN problem..how to solve this
 
 Processing ehmm/feat/uniph_0001.ft
 LOAD FILE.
 ENTERING EMISSIONS...
 ENTERING STATE TRANSITIONS...
 ENTERING SEQ. WORD TRANSITIONS...
 ENTERING Viterbi SEQ...
 SKIPPING... uniph_0001
 cannot label due to NAN problem...
 Processing ehmm/feat/uniph_0002.ft
 LOAD FILE.
 ENTERING EMISSIONS...
 ENTERING STATE TRANSITIONS...
 ENTERING SEQ. WORD TRANSITIONS...
 ENTERING Viterbi SEQ...
 SKIPPING... uniph_0002
 cannot label due to NAN problem...
 Processing ehmm/feat/uniph_0003.ft
 LOAD FILE.
 ENTERING EMISSIONS...
 ENTERING STATE TRANSITIONS...
 ENTERING SEQ. WORD TRANSITIONS...
 ENTERING Viterbi SEQ...
 ENTERING NEW PROCESS...
 ENTERING POST PROCESS...
 Renaming phones in lab/uniph_0001.lab
 Renaming phones in lab/uniph_0002.lab
 Renaming phones in lab/uniph_0003.lab
 EHMM standardize_statenames
 space@space-desktop:~/rem/spc_us_ren_artin$ 

Nan problem occurs because you do not have enough utterances in your
set. You have only 3.

You need at least 200 utterances for EHMM to work reliably.



signature.asc
Description: This is a digitally signed message part
___
Festlang-talk mailing list
Festlang-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/festlang-talk

Re: festvox

2012-10-25 Thread Alan W Black

lakshmi.p wrote:

while labeling the prompts using ./bin/do_build labelerror occuring

cannot label due to NAN problem..how to solve this


The uniphone database is too small to do full baum-welch training, you 
have to use the dtw alignment mention to do the labelling


./bin/make_labs prompt-wav/*.wav

It may be your build prompts didn't generate prompt-wav files (depending
on your version of festvox).  So you need to redo the build_prompt phase 
with


./bin/do_build build_prompt_waves etc/txt.done.data

Alan




Processing ehmm/feat/uniph_0001.ft
LOAD FILE.
ENTERING EMISSIONS...
ENTERING STATE TRANSITIONS...
ENTERING SEQ. WORD TRANSITIONS...
ENTERING Viterbi SEQ...
SKIPPING... uniph_0001
cannot label due to NAN problem...
Processing ehmm/feat/uniph_0002.ft
LOAD FILE.
ENTERING EMISSIONS...
ENTERING STATE TRANSITIONS...
ENTERING SEQ. WORD TRANSITIONS...
ENTERING Viterbi SEQ...
SKIPPING... uniph_0002
cannot label due to NAN problem...
Processing ehmm/feat/uniph_0003.ft
LOAD FILE.
ENTERING EMISSIONS...
ENTERING STATE TRANSITIONS...
ENTERING SEQ. WORD TRANSITIONS...
ENTERING Viterbi SEQ...
ENTERING NEW PROCESS...
ENTERING POST PROCESS...
Renaming phones in lab/uniph_0001.lab
Renaming phones in lab/uniph_0002.lab
Renaming phones in lab/uniph_0003.lab
EHMM standardize_statenames
space@space-desktop:~/rem/spc_us_ren_artin$ 








___
Festlang-talk mailing list
Festlang-talk@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/festlang-talk