Skip to content
Snippets Groups Projects
Commit 6a696fc8 authored by Yanmin Qian's avatar Yanmin Qian
Browse files

fix two positions in gmm dir

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@223 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent a10ba022
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ void FullGmm::SetInvCovarsAndMeansInvCovars(
for (size_t i = 0; i < num_comp; ++i) {
inv_covars_[i].CopyFromSp(invcovars[i]);
}
means_invcovars_.CopyFromMat(means_invcovars);
means_invcovars_.CopyFromMat(means_invcovars);
valid_gconsts_ = false;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment