Skip to content

Commit

Permalink
update default beam
Browse files Browse the repository at this point in the history
  • Loading branch information
pskrunner14 committed Feb 18, 2020
1 parent bd266f9 commit 987317e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct ModelSpec {
std::size_t n_decoders = 1;

// decoding parameters
kaldi::BaseFloat beam = 13.0;
kaldi::BaseFloat beam = 16.0;
std::size_t min_active = 200;
std::size_t max_active = 7000;
kaldi::BaseFloat lattice_beam = 6.0;
Expand Down

0 comments on commit 987317e

Please sign in to comment.