diff --git a/ci/test_integration_espnet2.sh b/ci/test_integration_espnet2.sh index cfe387bbd72..46fd908ea0f 100755 --- a/ci/test_integration_espnet2.sh +++ b/ci/test_integration_espnet2.sh @@ -115,11 +115,8 @@ done for t in ${feats_types}; do for t2 in ${token_types}; do echo "==== feats_type=${t}, token_types=${t2} ===" - if ! ./run.sh --ngpu 0 --stage 6 --stop-stage 13 --skip-upload false --feats-type "${t}" --tgt_token_type "${t2}" --src_token_type "${t2}" \ + ./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_size5_st_model_valid.acc.ave/train_dev/logdir/st_inference.1.log - fi done done echo "==== feats_type=raw, token_types=bpe, model_conf.extract_feats_in_collect_stats=False, normalize=utt_mvn ==="