未验证 提交 06967f70 编写于 作者: Y Yibing Liu 提交者: GitHub

Merge pull request #10 from kuke/fix_libri_path

fix the data path in the librispeech example
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册