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

[hts-users:03164] Re: Error with scripts/Training.pl for HTS-demo_CMU-ARCTIC-ADAPT


Hi, 

I try of two ways and now I get gen files.
Thank you. 

Sarah


2012/1/31 Thanh-Son PHAN <sonphan.hts@xxxxxxxxx>
You have met that error because gv/qst001/ver1/fal/cmu_us_arctic_jmk_a0022.lab was not exist and some other files in this folder while data/scp/train.scp has this link.
You should try following:
1. Modify Makefile in your HTS-demo folder to
data:
    @ (cd data ; $(MAKE) scp)

2. Modify Makefile in data/ to
scp:
    # Generating a trainig data script
    mkdir -p scp

    rm -f scp/train.scp
    for cmp in  your HTS-demo folder/gv/qst001/ver1/fal/$(DATASET)_$(SPEAKER)_*.lab; do \
            echo  your HTS-demo folder/data/`basename $${cmp} .lab`.cmp >> scp/train.scp; \
    done

    # Generating a generation label script
    #rm -f scp/gen.scp
    #for lab in @PWD@/data/labels/gen/*.lab; do \
    #    echo $${lab} >> scp/gen.scp; \
    #done

3. Run make again

4. Modify scipts/Config.pm to
# Switch ================================
$MKEMV = 0; # preparing environments
$HCMPV = 0; # computing a global variance
$IN_RE = 0; # initialization & reestimation
$MMMMF = 0; # making a monophone mmf
$ERST0 = 0; # embedded reestimation (monophone)
$MN2FL = 0; # copying monophone mmf to fullcontext one
$ERST1 = 0; # embedded reestimation (fullcontext)
$CXCL1 = 0; # tree-based context clustering
$ERST2 = 0; # embedded reestimation (clustered)
$UNTIE = 0; # untying the parameter sharing structure
$ERST3 = 0; # embedded reestimation (untied)
$CXCL2 = 0; # tree-based context clustering
$ERST4 = 0; # embedded reestimation (re-clustered)
$FALGN = 0; # forced alignment for no-silent GV

5. Finally, run make voice again

 
Hi,

I expect that gv/qst001/ver1/fal/cmu_us_arctic_jmk_a0022.lab was not
generated correctly.
Coud you try HSMMAlign step again with big beam width?

Regards,
Keiichiro Oura

 

2012/1/31 Sarah Negreiros <sarah.negreiros@xxxxxxxxx>
Hello all,

I am using HTS-demo_CMU-ARCTIC-ADAPT but, I always get the below ERROR in log file:

...
Making data, labels, and scp from cmu_us_arctic_jmk_a0018.lab for GV...done
Making data, labels, and scp from cmu_us_arctic_jmk_a0019.lab for GV...done
Making data, labels, and scp from cmu_us_arctic_jmk_a0020.lab for GV...done
Making data, labels, and scp from cmu_us_arctic_jmk_a0021.lab for GV...done
Making data, labels, and scp from cmu_us_arctic_jmk_a0022.lab for GV...Cannot open No such file or directory at scripts/Training.pl line 1391, <SCP> line 2285.

So training and synthesis stop, and gv files are not created.

Could someone help me ?
Thanks
Sarah





--
Kind regards,
Thanh-Son PHAN



References
[hts-users:03161] Error with scripts/Training.pl for HTS-demo_CMU-ARCTIC-ADAPT, Sarah Negreiros
[hts-users:03163] Re: Error with scripts/Training.pl for HTS-demo_CMU-ARCTIC-ADAPT, Thanh-Son PHAN