I got an error while trying to train an MMIE AM. The error was in the Perl
script 65.mmie_train\baum_welch.pl in line 85
the error says: $n_gau is not defined. That's why I had to change this line to
be like that:
$topn = $ST::CFG_CD_TOPN if (defined($ST::CFG_CD_TOPN) and ($ST::CFG_FULLVAR
eq 'no'));
and it is now working
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I got an error while trying to train an MMIE AM. The error was in the Perl
script 65.mmie_train\baum_welch.pl in line 85
the error says: $n_gau is not defined. That's why I had to change this line to
be like that:
$topn = $ST::CFG_CD_TOPN if (defined($ST::CFG_CD_TOPN) and ($ST::CFG_FULLVAR
eq 'no'));
and it is now working
This issue has been fixed, thanks a lot