From 06ddfe19a346f1ea8b620e4eb5bf61bfdcfc3309 Mon Sep 17 00:00:00 2001 From: D-Keqi <61508571+D-Keqi@users.noreply.github.com> Date: Wed, 27 Apr 2022 10:01:38 +0800 Subject: [PATCH] fix conflict --- ci/test_integration_espnet2.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ci/test_integration_espnet2.sh b/ci/test_integration_espnet2.sh index 2fa0d7b7470..a6704bbf02b 100755 --- a/ci/test_integration_espnet2.sh +++ b/ci/test_integration_espnet2.sh @@ -61,7 +61,6 @@ cd "${cwd}" cd ./egs2/mini_an4/tts1 echo "==== [ESPnet2] TTS ===" ./run.sh --ngpu 0 --stage 1 --stop-stage 8 --skip-upload false --train-args "--max_epoch 1" --python "${python}" - # Remove generated files in order to reduce the disk usage rm -rf exp dump data @@ -169,9 +168,6 @@ if python3 -c 'import torch as t; from distutils.version import LooseVersion as for f in egs2/*/ssl1/conf/train*.yaml; do ${python} -m espnet2.bin.hubert_train --config "${f}" --iterator_type none --normalize none --dry_run true --output_dir out --token_list dummy_token_list done - for f in egs2/*/st1/conf/train_st*.yaml; do - ${python} -m espnet2.bin.st_train --config "${f}" --iterator_type none --dry_run true --output_dir out --token_list dummy_token_list --src_token_list dummy_token_list - done fi # These files must be same each other.