mirror of https://github.com/coqui-ai/TTS.git
parent
903d9c791a
commit
9d32cbc3db
|
@ -2,7 +2,7 @@
|
||||||
# take the scripts's parent's directory to prefix all the output paths.
|
# take the scripts's parent's directory to prefix all the output paths.
|
||||||
RUN_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
RUN_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||||
echo $RUN_DIR
|
echo $RUN_DIR
|
||||||
# download LJSpeech dataset
|
# download VCTK dataset
|
||||||
wget https://datashare.ed.ac.uk/bitstream/handle/10283/3443/VCTK-Corpus-0.92.zip -O VCTK-Corpus-0.92.zip
|
wget https://datashare.ed.ac.uk/bitstream/handle/10283/3443/VCTK-Corpus-0.92.zip -O VCTK-Corpus-0.92.zip
|
||||||
# extract
|
# extract
|
||||||
mkdir VCTK
|
mkdir VCTK
|
||||||
|
|
Loading…
Reference in New Issue