From 809106e2a512990b30fd1afcf2c7bf897d185d58 Mon Sep 17 00:00:00 2001 From: D-Keqi <61508571+D-Keqi@users.noreply.github.com> Date: Sat, 23 Apr 2022 12:33:18 +0800 Subject: [PATCH] show the log result --- ci/test_integration_espnet2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test_integration_espnet2.sh b/ci/test_integration_espnet2.sh index 2531ba2cbdb..cfe387bbd72 100755 --- a/ci/test_integration_espnet2.sh +++ b/ci/test_integration_espnet2.sh @@ -118,7 +118,7 @@ for t in ${feats_types}; do if ! ./run.sh --ngpu 0 --stage 6 --stop-stage 13 --skip-upload false --feats-type "${t}" --tgt_token_type "${t2}" --src_token_type "${t2}" \ --st-args "--max_epoch=1" --lm-args "--max_epoch=1" --inference_args "--beam_size 5" --python "${python}" then - cat exp/st_train_st_raw_bpe_lc.rm30_max_epoch1/inference_beam_size1_st_model_valid.acc.ave/train_dev/logdir/st_inference.1.log + cat exp/st_train_st_raw_bpe_lc.rm30_max_epoch1/inference_beam_size5_st_model_valid.acc.ave/train_dev/logdir/st_inference.1.log fi done done