Fix type in download_vctk.sh (#1739)

typo in comment
This commit is contained in:
Tsai Meng-Ting
2022-07-20 12:27:42 +02:00
committed by GitHub
parent 903d9c791a
commit 9d32cbc3db
+1 -1
View File
@@ -2,7 +2,7 @@
# take the scripts's parent's directory to prefix all the output paths.
RUN_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
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
# extract
mkdir VCTK