提交 69e0d86d 编写于 作者: L Luo Tao

fix wrong path in prepare.sh

上级 5d68ba1a
......@@ -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."
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册