diff --git a/egs/librispeech/ASR/.prepare_4446.sh.swp b/egs/librispeech/ASR/.prepare_4446.sh.swp index 8024924c0..00fdf8252 100644 Binary files a/egs/librispeech/ASR/.prepare_4446.sh.swp and b/egs/librispeech/ASR/.prepare_4446.sh.swp differ diff --git a/egs/librispeech/ASR/local/.prepare_vox_text.py.swp b/egs/librispeech/ASR/local/.prepare_vox_text.py.swp index 3ec00576e..8911601c2 100644 Binary files a/egs/librispeech/ASR/local/.prepare_vox_text.py.swp and b/egs/librispeech/ASR/local/.prepare_vox_text.py.swp differ diff --git a/egs/librispeech/ASR/prepare_4446.sh b/egs/librispeech/ASR/prepare_4446.sh index 4786b5d66..ae0206543 100755 --- a/egs/librispeech/ASR/prepare_4446.sh +++ b/egs/librispeech/ASR/prepare_4446.sh @@ -76,7 +76,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then # |-- metadata.csv # to $dl_dir/LJSpeech - if [ ! -e $dl_dir/LJSpeech/.LJSpeech.done ]; then + if [ ! -e $dl_dir/user/.user.done ]; then for dset in "4446"; do log "Resampling $dset set" file_list=`ls $dl_dir/$dset/` @@ -86,7 +86,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then done log "Resampling $dset done" done - python local/prepare_LJSpeech_text.py $dl_dir/LJSpeech/metadata.csv + python local/prepare_LJSpeech_text.py $dl_dir/ touch $dl_dir/LJSpeech/.LJSpeech.done fi