Skip to content
Snippets Groups Projects
Commit 5ebc7d1b authored by Dan Povey's avatar Dan Povey
Browse files

sandbox/online: script bug fix (thanks to Simon Klupfel.)

git-svn-id: https://svn.code.sf.net/p/kaldi/code/sandbox/online@3886 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent 1fdbf8fa
No related branches found
No related tags found
No related merge requests found
......@@ -188,10 +188,10 @@ if [ $stage -le 3 ]; then
echo "--splice-config=$dir/conf/splice.conf" >>$conf
echo "--lda-matrix=$dir/final.mat" >>$conf
else
echo "$0: creating $dir/delta.conf"
echo -n >$dir/delta.conf # no non-default options currently supported. It
# needs it to know we're applying delta features,
# though.
echo "$0: creating $dir/conf/delta.conf"
echo -n >$dir/conf/delta.conf # no non-default options currently supported. It
# needs it to know we're applying delta features,
# though.
echo "--delta-config=$dir/conf/delta.conf" >>$conf
fi
if $add_pitch; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment