Merge pull request #10 from kuke/fix_libri_path

fix the data path in the librispeech example
pull/13/head
Yibing Liu 7 years ago committed by GitHub
commit 06967f708e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save