From f6e86207dd316a1645023798d4463ac7c79ffa33 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Tue, 14 Mar 2023 17:20:41 +0900 Subject: [PATCH] from local --- egs/librispeech/ASR/.prepare_vox.sh.swp | Bin 16384 -> 16384 bytes .../ASR/local/.compute_fbank_vox.py.swp | Bin 20480 -> 20480 bytes egs/librispeech/ASR/prepare_vox.sh | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/.prepare_vox.sh.swp b/egs/librispeech/ASR/.prepare_vox.sh.swp index 12e914afae39c04e27e1c207518a58b51f711b35..f170fb5ec1774d1dea22b5fc4efcb79c5646c6a9 100644 GIT binary patch delta 89 zcmZo@U~Fh$+`wYMn#{()uzfS9fj*spM1ccW%46c>CI6V%h&-BH5r!x diff --git a/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp b/egs/librispeech/ASR/local/.compute_fbank_vox.py.swp index a2a55059da0e63575e303fea09153a82b75d956a..00fc8bb155fb808a8c8c2453b5aabfd891372877 100644 GIT binary patch delta 32 mcmZozz}T>WQ8dXQ%+puFQqO<^2m}}yeDnlTQZ|ad_6GojB?s>S delta 32 mcmZozz}T>WQ8dXQ%+puFQqO<^2m}}yT=WD|#5an*_6GohTnCx} diff --git a/egs/librispeech/ASR/prepare_vox.sh b/egs/librispeech/ASR/prepare_vox.sh index a4f7a9ddc..6ed345c23 100755 --- a/egs/librispeech/ASR/prepare_vox.sh +++ b/egs/librispeech/ASR/prepare_vox.sh @@ -197,7 +197,7 @@ if [ $stage -le 7 ] && [ $stop_stage -ge 7 ]; then for dest in "test-clean" "test-other"; do for spk in $dl_dir/$dest/*; do spk_id=${spk#*$dest\/} - ./local/compute_fbank_vox.py --data-dir $spk --spk-id $spk_id + ./local/compute_fbank_vox.py --data-dir $spk --spk-id $spk_id --speed true done done #touch data/fbank/.vox.done