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

[hts-users:01151] Re: Generating a fullcntext model list occurred in the training data


looks like there is no "tmp" available. tracing back to verify wheter the related files exist or not and exec "sed" on one file for example.

YF HAO

2008/1/29 paminy <paminy@xxxxxxx>:
# Generating a fullcntext model list occurred in the training data
rm -f tmp
for lab in labels/full/cmu_us_arctic_slt_*.lab; do \
                if [ -s ${lab} -a -s labels/mono/`basename ${lab}` -a -s cmp/`basename ${lab} .lab`.cmp ]; then \
                        sed -e "s/.* //g" ${lab} >> tmp; \
                fi \
        done
sort -u tmp > lists/full.list
sort: open failed: tmp: No such file or directory
make[1]: *** [list] Error 2
make[1]: Leaving directory `/HTS/HTS-demo_CMU-ARCTIC-SLT/data'
make: *** [data] Error 2

      When I  ran the HTS-demo_CMU-ARCTIC-SLT (Speaker dependent training demo),  the  above errors would be occured.  And I didn't know why , I need your help !
                                                                                                                                 best regards
                                                                                                       Paminy
 
 
 



LOGO 又过年了,千万别忘了把你的爱带回家
为爱珍选,唯有金典


References
[hts-users:01149] Generating a fullcntext model list occurred in the training data, paminy