зеркало из https://github.com/mozilla/kaldi.git
remove "set -x" in CHiME3 scripts
This commit is contained in:
Родитель
b5bf39d7d4
Коммит
4ad4edbc0c
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче