Skip to content

Commit

Permalink
Merge pull request kaldi-asr#391 from tomkocse/concat_feats
Browse files Browse the repository at this point in the history
Fix the issue when speaker has no enough segments to reach the specified length
  • Loading branch information
danpovey committed Dec 11, 2015
2 parents a191d45 + 9e56621 commit 9166bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/wsj/s5/steps/cleanup/combine_short_segments.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ echo $min_seg_len | perl -e '
}
if ($forward_combining == 0 && $backward_combining == 0) {
die "Error: fail to have combined segment with enough length\n";
print "Warning: speaker $utt2spk{$seg} has no enough segments to reach the specified length.\n";
}
}
}
Expand Down

0 comments on commit 9166bff

Please sign in to comment.