File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class DecodableMatrixScaledMapped: public DecodableInterface {
4040 scale_ (scale), delete_likes_(false ) {
4141 if (likes.NumCols () != tm.NumPdfs ())
4242 KALDI_ERR << " DecodableMatrixScaledMapped: mismatch, matrix has "
43- << likes.NumCols () << " rows but transition-model has "
43+ << likes.NumCols () << " cols but transition-model has "
4444 << tm.NumPdfs () << " pdf-ids." ;
4545 }
4646
@@ -53,7 +53,7 @@ class DecodableMatrixScaledMapped: public DecodableInterface {
5353 scale_(scale), delete_likes_(true ) {
5454 if (likes->NumCols () != tm.NumPdfs ())
5555 KALDI_ERR << " DecodableMatrixScaledMapped: mismatch, matrix has "
56- << likes->NumCols () << " rows but transition-model has "
56+ << likes->NumCols () << " cols but transition-model has "
5757 << tm.NumPdfs () << " pdf-ids." ;
5858 }
5959
You can’t perform that action at this time.
0 commit comments