mirror of
https://github.com/wassname/TTS.git
synced 2026-09-09 11:16:00 +08:00
Fix ljspeech download
This commit is contained in:
@@ -10,5 +10,5 @@ tar -xjf LJSpeech-1.1.tar.bz2
|
||||
shuf LJSpeech-1.1/metadata.csv > LJSpeech-1.1/metadata_shuf.csv
|
||||
head -n 12000 LJSpeech-1.1/metadata_shuf.csv > LJSpeech-1.1/metadata_train.csv
|
||||
tail -n 1100 LJSpeech-1.1/metadata_shuf.csv > LJSpeech-1.1/metadata_val.csv
|
||||
mv LJSpeech-1.1 $RUN_DIR/recipes/ljspeech/
|
||||
mv LJSpeech-1.1 $RUN_DIR/
|
||||
rm LJSpeech-1.1.tar.bz2
|
||||
Reference in New Issue
Block a user