Skip to content

Commit

Permalink
xvector: fixing typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
David Snyder committed Mar 8, 2016
1 parent 94f0869 commit b4ffd61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xvector/nnet-xvector-training.cc
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ bool ObjectiveFunctionInfo::PrintTotalStats(const std::string &name) const {
} else {
KALDI_LOG << "Overall average objective function for '" << name << "' is "
<< objf << " + " << aux_objf << " = " << sum_objf
<< " over " << tot_weight << " chunk.";
<< " over " << tot_weight << " chunks.";
}
KALDI_LOG << "[this line is to be parsed by a script:] "
<< "log-prob-per-frame="
Expand Down

0 comments on commit b4ffd61

Please sign in to comment.