fix the data path in the librispeech example

pull/10/head
Yibing Liu 7 years ago
parent b7d9479021
commit 9800d14956

@ -5,7 +5,7 @@ cd ../.. > /dev/null
# download data, generate manifests # download data, generate manifests
PYTHONPATH=.:$PYTHONPATH python data/librispeech/librispeech.py \ PYTHONPATH=.:$PYTHONPATH python data/librispeech/librispeech.py \
--manifest_prefix='data/librispeech/manifest' \ --manifest_prefix='data/librispeech/manifest' \
--target_dir='~/.cache/paddle/dataset/speech/Libri' \ --target_dir='~/.cache/paddle/dataset/speech/libri' \
--full_download='True' --full_download='True'
if [ $? -ne 0 ]; then if [ $? -ne 0 ]; then

Loading…
Cancel
Save