Skip to content

Commit

Permalink
[src] Fix error in how Compress() command is printed for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
danpovey committed Feb 21, 2018
1 parent 09b0176 commit b61d760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nnet3/nnet-computation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ static void PrintCommand(std::ostream &os_out,
compressed_matrix_type = "uint16";
}
os << "CompressMatrix(" << submatrix_strings[c.arg1]
<< range << ", " << compressed_matrix_type << ", "
<< ", " << range << ", " << compressed_matrix_type << ", "
<< truncate << ")\n";
break;
}
Expand Down

0 comments on commit b61d760

Please sign in to comment.