We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98f2edf commit 0609aceCopy full SHA for 0609ace
src/decoder/decodable-matrix.cc
@@ -32,7 +32,7 @@ DecodableMatrixMapped::DecodableMatrixMapped(
32
33
if (likes.NumCols() != tm.NumPdfs())
34
KALDI_ERR << "Mismatch, matrix has "
35
- << likes.NumCols() << " rows but transition-model has "
+ << likes.NumCols() << " cols but transition-model has "
36
<< tm.NumPdfs() << " pdf-ids.";
37
}
38
@@ -45,7 +45,7 @@ DecodableMatrixMapped::DecodableMatrixMapped(
45
raw_data_ = likes->Data() - (stride_ * frame_offset_);
46
if (likes->NumCols() != tm.NumPdfs())
47
48
- << likes->NumCols() << " rows but transition-model has "
+ << likes->NumCols() << " cols but transition-model has "
49
50
51
0 commit comments