Menu

Problem with the SphinxTrainer scripts

Help
Anonymous
2003-07-11
2012-09-22
  • Anonymous

    Anonymous - 2003-07-11

    I' ve the following problem:
    the slave.VQ.pl script  runs two scripts the first is agg_seg.pl and   this script finish always without any problem, the second script kmeans.pl seems to work but in fact it doesn't do anything.
    The time.html reports that the script is completed but the log file dpesn't appear!!
    What culd be the problem? The script verify_all.pl doesn.t report any error or warning! So I can't understand what's the problem!!
    Thanks

     
    • Anonymous

      Anonymous - 2003-07-11

      The script kmeans.pl has a bug in the definition of $logfile.  Line 72 reads:
        $logfile = "$logfile/${CFG_EXPTNAME}.kmeans.log";
      Change it to:
        $logfile = "$logdir/${CFG_EXPTNAME}.kmeans.log";

      Then the log file will be created and you can debug further!

      cheers,
        jerry

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.