From 0ce66ea82b17e744e32cd4f2bcc7162f301ef41d Mon Sep 17 00:00:00 2001 From: Luo Tao Date: Thu, 7 Sep 2017 21:24:10 +0800 Subject: [PATCH] fix wrong path in prepare.sh --- deep_speech_2/examples/librispeech/prepare_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deep_speech_2/examples/librispeech/prepare_data.sh b/deep_speech_2/examples/librispeech/prepare_data.sh index 162a38c4..10b85d05 100644 --- a/deep_speech_2/examples/librispeech/prepare_data.sh +++ b/deep_speech_2/examples/librispeech/prepare_data.sh @@ -6,7 +6,7 @@ pushd ../.. python data/librispeech/librispeech.py \ --manifest_prefix='data/librispeech/manifest' \ --full_download='True' \ ---target_dir='~/.cache/paddle/dataset/speech/Libri' +--target_dir=$HOME'/.cache/paddle/dataset/speech/Libri' if [ $? -ne 0 ]; then echo "Prepare LibriSpeech failed. Terminated." -- GitLab