Skip to content

Commit

Permalink
Merge pull request kaldi-asr#1 from dmakarov/dragonfly
Browse files Browse the repository at this point in the history
Fix build error
  • Loading branch information
daanzu authored Jan 29, 2020
2 parents 7ac59d7 + 9260913 commit deec41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dragonfly/agf-nnet3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ namespace dragonfly {
active_grammar_fst = new ActiveGrammarFst(nonterm_phones_offset, *top_fst, ifsts);
// KALDI_LOG << "built new ActiveGrammarFst" << " in " << (timer.Elapsed() * 1000) << "ms.";
}
grammars_activity.emplace_back(dictation_fst != nullptr); // dictation_fst is only enabled if present
grammars_activity.push_back(dictation_fst != nullptr); // dictation_fst is only enabled if present
active_grammar_fst->UpdateActivity(grammars_activity);

feature_pipeline = new OnlineNnet2FeaturePipeline(*feature_info);
Expand Down

0 comments on commit deec41d

Please sign in to comment.