File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33cd ../.. > /dev/null
44
55# download data, generate manifests
6- PYTHONPATH=.:$PYPYTHONPATH python data/librispeech/librispeech.py \
6+ PYTHONPATH=.:$PYTHONPATH python data/librispeech/librispeech.py \
77--manifest_prefix=' data/librispeech/manifest' \
88--target_dir=' ~/.cache/paddle/dataset/speech/Libri' \
99--full_download=' True'
Original file line number Diff line number Diff line change 99
1010
1111# download data, generate manifests
12- python data/librispeech/librispeech.py \
12+ PYTHONPATH=.: $PYTHONPATH python data/librispeech/librispeech.py \
1313--manifest_prefix=' data/tiny/manifest' \
1414--target_dir=' ~/.cache/paddle/dataset/speech/libri' \
1515--full_download=' False'
@@ -26,7 +26,7 @@ head -n 64 data/tiny/manifest.dev-clean > data/tiny/manifest.tiny
2626python tools/build_vocab.py \
2727--count_threshold=0 \
2828--vocab_path=' data/tiny/vocab.txt' \
29- --manifest_paths=' data/tiny/manifest.dev'
29+ --manifest_paths=' data/tiny/manifest.dev-clean '
3030
3131if [ $? -ne 0 ]; then
3232 echo " Build vocabulary failed. Terminated."
You can’t perform that action at this time.
0 commit comments