Skip to content

Commit

Permalink
[src,egs,scripts] Remove sinusoid detection code and old SGMM code/sc…
Browse files Browse the repository at this point in the history
…ripts (#1329)
  • Loading branch information
LvHang authored and danpovey committed Jan 11, 2017
1 parent 5f15d25 commit 69b616d
Show file tree
Hide file tree
Showing 103 changed files with 32 additions and 20,135 deletions.
113 changes: 0 additions & 113 deletions egs/aurora4/s5/local/run_sgmm.sh

This file was deleted.

9 changes: 0 additions & 9 deletions egs/babel/s5/local/decode_helper.sh
Expand Up @@ -18,15 +18,6 @@ elif [ "$1" == "FMLLR" ]; then
utils/mkgraph.sh $LANGDIR $MODELDIR $MODELDIR/graph || exit 1
steps/decode_fmllr.sh --config conf/decode.config --nj 20 --cmd "$decode_cmd" \
$MODELDIR/graph $DEVDIR $MODELDIR/decode || exit 1
elif [ "$1" == "SGMM" ]; then
utils/mkgraph.sh $LANGDIR $MODELDIR $MODELDIR/graph || exit 1

steps/decode_sgmm.sh --nj 20 --cmd "$decode_cmd" --transform-dir $TRANSFORMDIR \
$MODELDIR/graph $DEVDIR $MODELDIR/decode || exit 1;

steps/decode_sgmm.sh --use-fmllr true --nj 20 --cmd "$decode_cmd" --transform-dir $TRANSFORMDIR\
$MODELDIR/graph $DEVDIR $MODELDIR/decode_fmllr || exit 1;

fi


9 changes: 0 additions & 9 deletions egs/babel/s5b/local/decode_helper.sh
Expand Up @@ -18,15 +18,6 @@ elif [ "$1" == "FMLLR" ]; then
utils/mkgraph.sh $LANGDIR $MODELDIR $MODELDIR/graph || exit 1
steps/decode_fmllr.sh --config conf/decode.config --nj 20 --cmd "$decode_cmd" \
$MODELDIR/graph $DEVDIR $MODELDIR/decode || exit 1
elif [ "$1" == "SGMM" ]; then
utils/mkgraph.sh $LANGDIR $MODELDIR $MODELDIR/graph || exit 1

steps/decode_sgmm.sh --nj 20 --cmd "$decode_cmd" --transform-dir $TRANSFORMDIR \
$MODELDIR/graph $DEVDIR $MODELDIR/decode || exit 1;

steps/decode_sgmm.sh --use-fmllr true --nj 20 --cmd "$decode_cmd" --transform-dir $TRANSFORMDIR\
$MODELDIR/graph $DEVDIR $MODELDIR/decode_fmllr || exit 1;

fi


9 changes: 0 additions & 9 deletions egs/babel/s5c/local/decode_helper.sh
Expand Up @@ -18,15 +18,6 @@ elif [ "$1" == "FMLLR" ]; then
utils/mkgraph.sh $LANGDIR $MODELDIR $MODELDIR/graph || exit 1
steps/decode_fmllr.sh --config conf/decode.config --nj 20 --cmd "$decode_cmd" \
$MODELDIR/graph $DEVDIR $MODELDIR/decode || exit 1
elif [ "$1" == "SGMM" ]; then
utils/mkgraph.sh $LANGDIR $MODELDIR $MODELDIR/graph || exit 1

steps/decode_sgmm.sh --nj 20 --cmd "$decode_cmd" --transform-dir $TRANSFORMDIR \
$MODELDIR/graph $DEVDIR $MODELDIR/decode || exit 1;

steps/decode_sgmm.sh --use-fmllr true --nj 20 --cmd "$decode_cmd" --transform-dir $TRANSFORMDIR\
$MODELDIR/graph $DEVDIR $MODELDIR/decode_fmllr || exit 1;

fi


0 comments on commit 69b616d

Please sign in to comment.