Menu

Folder 'c:/Sphinx/other/model_parameters/other.cd_cont_200' does not contain acoustic model definition 'mdef'

Help
2020-01-06
2020-01-06
  • Rati Skhirtladze

    Can someone help with this error?
    ERROR: "acmod.c", line 83: Folder 'c:/Sphinx/other/model_parameters/other.cd_cont_200' does not contain acoustic model definition 'mdef'
    The folder 'other.cd_cont_200 ' is not created at all. I checked for log files but could not notice any obvious problem.

     
    • Nickolay V. Shmyrev

      Share the log files.

       
  • Rati Skhirtladze

    Attached

     
    • Nickolay V. Shmyrev

      You do not have enough data as tutorial suggests, you can modify sphinx_train.cfg to use ci_cont model or add more training data.

       
  • Rati Skhirtladze

    Thanks. I prefer to modify sphinx_train.cfg at this stage. I thought I was using ci_cont model. Here is my sphinx_train.cfg.

     
    • Nickolay V. Shmyrev

      $DEC_CFG_MODEL_NAME = "$CFG_EXPTNAME.cd_${CFG_DIRLABEL}_${CFG_N_TIED_STATES}";
      

      should be

      $DEC_CFG_MODEL_NAME = "$CFG_EXPTNAME.ci_cont";

       
  • Rati Skhirtladze

    It is working.
    Many thanks Nickolay!

     

Log in to post a comment.