嘉渊
2023-07-18 23a1c295db498baa9662ca2080b3ce063d63b9b8
egs/callhome/eend_ola/run.sh
@@ -33,7 +33,7 @@
# exp tag
tag="exp_fix"
. utils/parse_options.sh || exit 1;
. local/parse_options.sh || exit 1;
# Set bash to 'debug' mode, it will exit on :
# -e 'error', -u 'undefined variable', -o ... 'error in pipeline', -x 'print commands',
@@ -54,12 +54,12 @@
if [ ${stage} -le -1 ] && [ ${stop_stage} -ge -1 ]; then
    echo "stage 0: Simulate mixture data for training and inference"
    echo "The detail can be found in https://github.com/hitachi-speech/EEND"
    ehco "Before running this step, you should download and compile kaldi and set KALDI_ROOT in this script and path.sh"
    echo "Before running this step, you should download and compile kaldi and set KALDI_ROOT in this script and path.sh"
    echo "This stage may take a long time, please waiting..."
    KALDI_ROOT=
    ln -s $KALDI_ROOT/egs/wsj/s5/steps steps
    ln -s $KALDI_ROOT/egs/wsj/s5/utils utils
    . local/run_prepare_shared_eda.sh
    local/run_prepare_shared_eda.sh
fi
## Prepare data for training and inference