Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
D-Keqi authored Apr 27, 2022
1 parent 5a81f91 commit 06ddfe1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions ci/test_integration_espnet2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 06ddfe1

Please sign in to comment.