From 1644b5bb20185fa6478a2ab3abbe9226bf6bc754 Mon Sep 17 00:00:00 2001 From: Daniel Povey Date: Fri, 7 Jul 2017 17:23:05 -0400 Subject: [PATCH 1/1] [egs] some small updates to scripts (installing beamformit; segmentation example) --- egs/ami/s5/run_mdm.sh | 2 +- egs/wsj/s5/run.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/egs/ami/s5/run_mdm.sh b/egs/ami/s5/run_mdm.sh index 2b5f649fa..4389c6b5d 100755 --- a/egs/ami/s5/run_mdm.sh +++ b/egs/ami/s5/run_mdm.sh @@ -41,7 +41,7 @@ fi # Beamform-it! if [ $stage -le 1 ]; then - ! hash BeamformIt && echo "Missing BeamformIt, run 'cd ../../../tools/; make beamformit;'" && exit 1 + ! hash BeamformIt && echo "Missing BeamformIt, run 'cd ../../../tools/; extras/install_beamformit.sh'" && exit 1 local/ami_beamform.sh --cmd "$train_cmd" --nj 20 $nmics $AMI_DIR $MDM_DIR fi diff --git a/egs/wsj/s5/run.sh b/egs/wsj/s5/run.sh index 696ff843c..a818f4ab6 100755 --- a/egs/wsj/s5/run.sh +++ b/egs/wsj/s5/run.sh @@ -358,7 +358,7 @@ local/run_sgmm2.sh local/nnet/run_dnn.sh # The following demonstrate how to re-segment long audios. -# local/run_segmentation.sh +# local/run_segmentation_long_utts.sh # The next two commands show how to train a bottleneck network based on the nnet2 setup, # and build an SGMM system on top of it. -- 2.39.2