from local

This commit is contained in:
dohe0342 2023-04-25 13:51:50 +09:00
parent 7a50de7901
commit 1e38231c01
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ set -eou pipefail
nj=15 nj=15
stage=-1 stage=-1
stop_stage=100 stop_stage=100
subset=vox_v3 subset=vox
# We assume dl_dir (download dir) contains the following # We assume dl_dir (download dir) contains the following
# directories and files. If not, they will be downloaded # directories and files. If not, they will be downloaded
# by this script automatically. # by this script automatically.
@ -38,8 +38,8 @@ subset=vox_v3
# - noise # - noise
# - speech # - speech
#dl_dir=/DB/LibriSpeech_tar/vox #dl_dir=/DB/LibriSpeech_tar/vox
dl_dir=/DB/LibriSpeech_tar/$subset #dl_dir=/DB/LibriSpeech_tar/$subset
#dl_dir=/home/work/workspace/LibriSpeech/vox_v3 dl_dir=/home/work/workspace/LibriSpeech/vox_v3
. shared/parse_options.sh || exit 1 . shared/parse_options.sh || exit 1