diff --git a/examples/librispeech/run_data.sh b/examples/librispeech/run_data.sh index 12f2dc6d..6e170c12 100644 --- a/examples/librispeech/run_data.sh +++ b/examples/librispeech/run_data.sh @@ -5,7 +5,7 @@ cd ../.. > /dev/null # download data, generate manifests PYTHONPATH=.:$PYTHONPATH python data/librispeech/librispeech.py \ --manifest_prefix='data/librispeech/manifest' \ ---target_dir='~/.cache/paddle/dataset/speech/Libri' \ +--target_dir='~/.cache/paddle/dataset/speech/libri' \ --full_download='True' if [ $? -ne 0 ]; then