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

[hts-users:02084] How does the train.pl work in the CMU demo?


Hi,
    I am studying the CMU demo for HTS2.1
    After making, log file under the project directory will show results of every step. When I check the first HCompV step, I find this:
    /usr/local/HTS-2.1/bin/HCompV -A -C /home/ASR_server/hts_demo/HTS-demo_CMU-ARCTIC-SLT/configs/trn.cnf -D -T 1 -S /home/ASR_server/hts_demo/HTS-demo_CMU-ARCTIC-SLT/data/scp/train.scp -M /home/ASR_server/hts_demo/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/cmp -o /home/ASR_server/hts_demo/HTS-demo_CMU-ARCTIC-SLT/models/qst001/ver1/cmp/init.mmf /home/ASR_server/hts_demo/HTS-demo_CMU-ARCTIC-SLT/proto/ver1/state-5_stream-4_mgc-75_lf0-3.prt
 
but in the train.pl, I can only find this:
    shell("$HCompV -M $model{cmp} -o $initmmf{'cmp'} $prtfile");
 
As you can see, there are less parameters in the perl script, so how does it get the -A -C -D -T -S options? I also check the demo patch code and found nothing useful in it.
Thanks!
2009-07-12

Na Xingyu
+86-10-68915838-8005
Ph. D Student
Recearch Center of Digital Communication Technology
Beijing Institute of Technology
Beijing, China

Follow-Ups
[hts-users:02085] Re: How does the train.pl work in the CMU demo?, 康世胤
[hts-users:02086] Re: How does the train.pl work in the CMU demo?, 那兴宇