diff --git a/examples/csmsc/voc1/local/synthesize_e2e.sh b/examples/csmsc/voc1/local/synthesize_e2e.sh index e217622f1..fd54d87f4 100755 --- a/examples/csmsc/voc1/local/synthesize_e2e.sh +++ b/examples/csmsc/voc1/local/synthesize_e2e.sh @@ -16,7 +16,7 @@ python3 ${BIN_DIR}/../../synthesize_e2e.py \ --voc_ckpt=${train_output_path}/checkpoints/${ckpt_name} \ --voc_stat=dump/train/feats_stats.npy \ --lang=zh \ - --text=${BIN_DIR}/../../assets/sentences.txt \ + --text=${BIN_DIR}/../../../assets/sentences.txt \ --output_dir=${train_output_path}/test_e2e \ --phones_dict=dump/phone_id_map.txt \ --inference_dir=${train_output_path}/inference || exit -1 diff --git a/tests/unit/ci.sh b/tests/unit/ci.sh index d50d39ce1..c298e3ae8 100644 --- a/tests/unit/ci.sh +++ b/tests/unit/ci.sh @@ -29,10 +29,10 @@ function main(){ bash test_cli.sh echo "End cli" - #echo "Start server" - #cd ${speech_ci_path}/server/offline - #bash test_server_client.sh - #echo "End server" + echo "Start server" + cd ${speech_ci_path}/server/offline + bash test_server_client.sh + echo "End server" echo "Start testing audiotools" cd ${speech_ci_path}/audiotools