Skip to content

Commit

Permalink
Merge pull request #4879 from csukuangfj/fix-lattice-simple-decoder
Browse files Browse the repository at this point in the history
Fix LatticeSimpleDecoder
  • Loading branch information
danpovey authored Nov 10, 2023
2 parents e187518 + 829e8d6 commit 49faa67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmm/mle-diag-gmm.h
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ struct MapDiagGmmOptions {
void Register(OptionsItf *opts) {
opts->Register("mean-tau", &mean_tau,
"Tau value for updating means.");
opts->Register("variance-tau", &mean_tau,
opts->Register("variance-tau", &variance_tau,
"Tau value for updating variances (note: only relevant if "
"update-flags contains \"v\".");
opts->Register("weight-tau", &weight_tau,
Expand Down

0 comments on commit 49faa67

Please sign in to comment.