remove "set -x" in CHiME3 scripts

This commit is contained in:
sw005320 2016-04-25 13:35:11 -04:00
Родитель b5bf39d7d4
Коммит 4ad4edbc0c
5 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -35,7 +35,6 @@ export PATH=${PATH}:$BEAMFORMIT
set -e
set -u
set -o pipefail
#set -x
mkdir -p $odir
mkdir -p $wdir/log

Просмотреть файл

@ -37,7 +37,6 @@ enhan_data=$2
set -e
set -u
set -o pipefail
set -x
# check whether run_init is executed
if [ ! -d data/lang ]; then

Просмотреть файл

@ -37,7 +37,6 @@ enhan_data=$2
set -e
set -u
set -o pipefail
set -x
# check whether run_init is executed
if [ ! -d data/lang ]; then

Просмотреть файл

@ -40,7 +40,6 @@ eval_flag=true # make it true when the evaluation data are released
set -e
set -u
set -o pipefail
set -x
if [ $stage -le 0 ]; then
# process for clean speech and making LMs etc. from original WSJ0

Просмотреть файл

@ -20,7 +20,6 @@ stage=0 # resume training with --stage=N
set -e
set -u
set -o pipefail
set -x
# You can execute run_init.sh only "once"
# This creates LMs, basic task files, basic models,