Skip to content

Commit 7bbd2f0

Browse files
authored
Merge: [FastPitch/PyT] Made processing faster.
[FastPitch/PyT] Made processing faster.
1 parent 0e0b451 commit 7bbd2f0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

PyTorch/SpeechSynthesis/FastPitch/triton/scripts/process_dataset.sh

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ DATASET_DIR="${DATASETS_DIR}/LJSpeech-1.1/LJSpeech-1.1_fastpitch"
2323
if [ ! -d "${DATASET_DIR}/mels" ]; then
2424

2525
python extract_pitch.py \
26-
--wav-text-filelists filelists/ljs_audio_text_train_v3.txt \
27-
filelists/ljs_audio_text_val.txt \
28-
filelists/ljs_audio_text_test.txt \
26+
--wav-text-filelists filelists/ljs_audio_text_val.txt \
2927
--n-workers 16 \
3028
--batch-size 1 \
3129
--dataset-path $DATASET_DIR \

0 commit comments

Comments
 (0)