cmusphinx / sphinx4

Pure Java speech recognition library
cmusphinx.sourceforge.net
Other
1.4k stars 587 forks source link

Load MLLR transforms with only cluster properly #49

Closed Perlence closed 8 years ago

Perlence commented 8 years ago

Row with MLLR variance scale wasn't read, causing InputMismatchException. Also reinitialization of matrix/vector rows on each iteration caused loss of loaded multipliers.

nshmyrev commented 8 years ago

Merged, thank you!