Skip to content

Commit 6d25e94

Browse files
Srikanth MADIKERIqindazhu
authored andcommitted
src/nnet3/nnet-chain-example.cc: minor modification to a comment
1 parent 34ded7d commit 6d25e94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nnet3/nnet-chain-example.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ void ChainExampleMerger::WriteMinibatch(
524524
std::ostringstream key;
525525
std::string suffix = "";
526526
if(config_.multilingual_eg) {
527-
// we just pick the first output's suffix
527+
// pick the first output's suffix
528528
std::string output_name = merged_eg.outputs[0].name;
529529
const size_t pos = output_name.find('-');
530530
const size_t len = output_name.length();

0 commit comments

Comments
 (0)