Menu

errors in verify_all.pl :CTL files not exsit

Help
2012-03-07
2012-09-22
  • dongliangdai

    dongliangdai - 2012-03-07

    Hi all
    I use sphinxtrain1.0.7 to train the acoustic models. I have completed "
    ./scripts_pl/make_feats.pl -ctl etc/an4_train.fileids"
    "./scripts_pl/make_feats.pl -ctl etc/an4_test.fileids" . There are some errors
    when run verify_all.pl.

    Phase 3: CTL - Check general format; utterance length (must be positive);
    files exist
    WARNING: CTL file missing a newline at end of file
    WARNING: CTL file, wav/sample1., does not exist, or is empty
    WARNING: CTL file,wav /sample2., does not exist, or is empty
    WARNING: CTL file,wav /sample3., does not exist, or is empty
    WARNING: CTL file, wav/sample4., does not exist, or is empty
    WARNING: CTL file, wav/sample5., does not exist, or is empty
    WARNING: CTL file, wav/sample6., does not exist, or is empty
    WARNING: CTL file, wav/sample7., does not exist, or is empty
    WARNING: CTL file, wav/sample8., does not exist, or is empty
    WARNING: CTL file, wav/sample9., does not exist, or is empty
    WARNING: CTL file, wav/sample10., does not exist, or is empty

    mydb_train.fileids

    wav/sample1
    wav/sample2
    wav/sample3
    wav/sample4
    wav/sample5
    wav/sample6
    wav/sample7
    wav/sample8
    wav/sample9
    wav/sample10
    

    mydb_train.trainscription

    <s>我是戴良</s> (sample1)
    <s>戴良是考生</s> (sample2)
    <s>中方和美方的考生</s> (sample3)
    <s>中方的考生戴良</s> (sample4)
    <s>考生放假了戴良也回家了</s> (sample5)
    <s>戴良上班晚了</s> (sample6)
    <s>戴良是一名考生</s> (sample7)
    <s>戴良的朋友也是考生</s> (sample8)
    <s>回家晚了</s> (sample9)
    <s>新的一年又到了</s> (sample10)
    

    How can i solve this problem? Thanks!

     
  • dongliangdai

    dongliangdai - 2012-03-07

    What is the CTL files? Why it does not exsit? I train the models according to
    the tutorial "Training Acoustic Model For CMUSphinx".

     
  • Nickolay V. Shmyrev

    What is the CTL files?

    The file with extension fileids containing the references to the feature files
    for each recording

    Why it does not exsit?

    You did not create feature files properly

    I train the models according to the tutorial "Training Acoustic Model For
    CMUSphinx".

    Looks like you are not accurate enough and skipped important step.

     

Log in to post a comment.