From 9800d1495690d2d85305be750317e8cd623222b4 Mon Sep 17 00:00:00 2001 From: Yibing Liu Date: Thu, 16 Nov 2017 11:49:43 +0800 Subject: [PATCH] fix the data path in the librispeech example --- examples/librispeech/run_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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