from local

This commit is contained in:
dohe0342 2023-04-10 16:21:05 +09:00
parent 2bf8ec2598
commit c5ebe243de
3 changed files with 1 additions and 2 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=$1
# 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,7 +38,6 @@ stop_stage=100
# - noise # - noise
# - speech # - speech
#dl_dir=/DB/LibriSpeech_tar/vox #dl_dir=/DB/LibriSpeech_tar/vox
subset=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