fix wrong path in prepare.sh

pull/2/head
Luo Tao 7 years ago
parent 5d68ba1a73
commit 69e0d86ddb

@ -6,7 +6,7 @@ pushd ../..
python data/librispeech/librispeech.py \ python data/librispeech/librispeech.py \
--manifest_prefix='data/librispeech/manifest' \ --manifest_prefix='data/librispeech/manifest' \
--full_download='True' \ --full_download='True' \
--target_dir='~/.cache/paddle/dataset/speech/Libri' --target_dir=$HOME'/.cache/paddle/dataset/speech/Libri'
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then
echo "Prepare LibriSpeech failed. Terminated." echo "Prepare LibriSpeech failed. Terminated."

Loading…
Cancel
Save