Skip to content

Commit c2f0295

Browse files
authored
[egs] chime6: fix post_output.vec file (#4017)
1 parent 9b8c5a2 commit c2f0295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

egs/chime6/s5_track2/local/segmentation/tuning/train_stats_sad_1a.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ if [ $stage -le 7 ]; then
143143
# Dev (using -c 0.25)
144144
# MISSED SPEECH = 1188.59 secs ( 3.3 percent of scored time)
145145
# FALARM SPEECH = 539.37 secs ( 1.5 percent of scored time)
146-
echo "[ 30 2 1 ]" > $dir/post_output.vec || exit 1
146+
echo " [ 30 2 1 ]" > $dir/post_output.vec || exit 1
147147

148148
echo 3 > $dir/frame_subsampling_factor
149149
fi

0 commit comments

Comments
 (0)