From 1d5f7d41434aea931fe08cdc3d40da2359c053b8 Mon Sep 17 00:00:00 2001 From: TianYuan Date: Thu, 2 Mar 2023 06:00:48 +0000 Subject: [PATCH] update run.sh --- examples/vctk/vc3/run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/vctk/vc3/run.sh b/examples/vctk/vc3/run.sh index 19ef6d135..dced9d7ad 100755 --- a/examples/vctk/vc3/run.sh +++ b/examples/vctk/vc3/run.sh @@ -18,11 +18,12 @@ output_dir=vc_output # this can not be mixed use with `$1`, `$2` ... source ${MAIN_ROOT}/utils/parse_options.sh || exit 1 +# not ready now if [ ${stage} -le 0 ] && [ ${stop_stage} -ge 0 ]; then # prepare data ./local/preprocess.sh ${conf_path} || exit -1 fi - +# not ready now if [ ${stage} -le 1 ] && [ ${stop_stage} -ge 1 ]; then # train model, all `ckpt` under `train_output_path/checkpoints/` dir CUDA_VISIBLE_DEVICES=${gpus} ./local/train.sh ${conf_path} ${train_output_path} || exit -1