Acoustic Model Discussions

Flat
Disagreement in tutorial
User: void
Date: 12/2/2007 6:49 am
Views: 6330
Rating: 32

Why in tutorial http://www.voxforge.org/home/dev/acousticmodels/windows/create/htkjulius/tutorial/monophones/step-7

Step 7 - Fixing the Silence Models:

  • change matrix in <TRANSP> to 3 by 3 array
  • change numbers in matrix as follows:
  • numbers are:  

     0.0 1.0 0.0
     0.0 0.9 0.1
     0.0 0.0 0.0

    but in example numbers are:

    <TRANSP> 3
     0.0 0.7 0.3
     0.0 0.6 0.4
     0.0 0.0 0.0
    <ENDHMM>

    --- (Edited on 12/2/2007 6:49 am [GMT-0600] by void) ---

    Re: Disagreement in tutorial
    User: kmaclean
    Date: 12/2/2007 8:35 am
    Views: 2622
    Rating: 35

    Hi void,

    my mistake ... good eyes! 

    it should be:

             ? 0.0 1.0 0.0                   ?
    ? 0.0 0.9 0.1 ?
    ? 0.0 0.0 0.0 ?

    see ticket #2 for an explanation.

    I will update the tutorial, 

    thanks,

    Ken 

    --- (Edited on 12/2/2007 9:35 am [GMT-0500] by kmaclean) ---

    PreviousNext