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 34ded7d commit 6d25e94Copy full SHA for 6d25e94
src/nnet3/nnet-chain-example.cc
@@ -524,7 +524,7 @@ void ChainExampleMerger::WriteMinibatch(
524
std::ostringstream key;
525
std::string suffix = "";
526
if(config_.multilingual_eg) {
527
- // we just pick the first output's suffix
+ // pick the first output's suffix
528
std::string output_name = merged_eg.outputs[0].name;
529
const size_t pos = output_name.find('-');
530
const size_t len = output_name.length();
0 commit comments