Skip to content

Commit ffd591a

Browse files
authored
Merge: [FastPitch/PyT] Script name fix
[FastPitch/PyT] Script name fix
1 parent 7bbd2f0 commit ffd591a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DATASET_DIR="${DATASETS_DIR}/LJSpeech-1.1/LJSpeech-1.1_fastpitch"
2222

2323
if [ ! -d "${DATASET_DIR}/mels" ]; then
2424

25-
python extract_pitch.py \
25+
python prepare_dataset.py \
2626
--wav-text-filelists filelists/ljs_audio_text_val.txt \
2727
--n-workers 16 \
2828
--batch-size 1 \

0 commit comments

Comments
 (0)