Skip to content

Commit 92c8c6c

Browse files
Peidong-Wangdanpovey
authored andcommitted
[egs] Fix issue #3662 in Chime example script (#3794)
1 parent e2a67e7 commit 92c8c6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

egs/chime4/s5_1ch/local/rnnlm/tuning/run_lstm_1a.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ if [ $stage -le 0 ]; then
6666
mkdir -p $text_dir
6767
cp $srcdir/train.rnn $text_dir/chime4.txt.tmp
6868
sed -e "s/<RNN_UNK>/<UNK>/g" $text_dir/chime4.txt.tmp > $text_dir/chime4.txt
69+
rm $text_dir/chime4.txt.tmp
6970
cp $srcdir/valid.rnn $text_dir/dev.txt
7071
fi
7172

0 commit comments

Comments
 (0)