mirror of https://github.com/coqui-ai/TTS.git
Update ljspeech download
parent
4d99fee3e2
commit
17afd7a07c
|
@ -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/
|
||||
mv LJSpeech-1.1 $RUN_DIR/recipes/ljspeech/
|
||||
rm LJSpeech-1.1.tar.bz2
|
Loading…
Reference in New Issue