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

Fix to make_denlats.sh

git-svn-id: https://svn.code.sf.net/p/kaldi/code/trunk@875 5e6a8d80-dfce-4ca6-a32a-6e07a63d50c8
parent dfa7f073
No related branches found
No related tags found
No related merge requests found
......@@ -74,10 +74,8 @@ else
utils/mkgraph.sh $dir/lang $srcdir $dir/dengraph || exit 1;
fi
if [ -z $feat_type ]; then
if [ -f $srcdir/final.mat ]; then feat_type=lda; else feat_type=delta; fi
echo "align_si.sh: feature type is $feat_type"
fi
if [ -f $srcdir/final.mat ]; then feat_type=lda; else feat_type=delta; fi
echo "align_si.sh: feature type is $feat_type"
case $feat_type in
delta) feats="ark,s,cs:apply-cmvn --norm-vars=false --utt2spk=ark:$sdata/JOB/utt2spk scp:$sdata/JOB/cmvn.scp scp:$sdata/JOB/feats.scp ark:- | add-deltas ark:- ark:- |";;
......
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