File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11# Deep Speech 2 on PaddlePaddle
22
3- ## Quick Start
3+ ## Installation
44
5- ### Installation
6-
7- Please replace ` $PADDLE_INSTALL_DIR ` with your paddle installation directory.
5+ Please replace ` $PADDLE_INSTALL_DIR ` with your own paddle installation directory.
86
97```
108pip install -r requirements.txt
@@ -13,7 +11,9 @@ export LD_LIBRARY_PATH=$PADDLE_INSTALL_DIR/Paddle/third_party/install/warpctc/li
1311
1412For some machines, we also need to install libsndfile1. Details to be added.
1513
16- ### Preparing Dataset(s)
14+ ## Usage
15+
16+ ### Preparing Data
1717
1818```
1919cd data
Original file line number Diff line number Diff line change 1515import soundfile
1616import json
1717
18- DATA_HOME = os .path .expanduser ('~/.cache2 /paddle/dataset/speech' )
18+ DATA_HOME = os .path .expanduser ('~/.cache /paddle/dataset/speech' )
1919
2020URL_ROOT = "http://www.openslr.org/resources/12"
2121URL_TEST_CLEAN = URL_ROOT + "/test-clean.tar.gz"
3030MD5_DEV_CLEAN = "42e2234ba48799c1f50f24a7926300a1"
3131MD5_TRAIN_CLEAN_100 = "2a93770f6d5c6c964bc36631d331a522"
3232MD5_TRAIN_CLEAN_360 = "c0e676e450a7ff2f54aeade5171606fa"
33- MD5_TRAIN_CLEAN_500 = "d1a0fd59409feb2c614ce4d30c387708"
33+ MD5_TRAIN_OTHER_500 = "d1a0fd59409feb2c614ce4d30c387708"
3434
3535parser = argparse .ArgumentParser (
3636 description = 'Downloads and prepare LibriSpeech dataset.' )
You can’t perform that action at this time.
0 commit comments