We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1043ea5 commit 0134d15Copy full SHA for 0134d15
deep_speech_2/README.md
@@ -1,8 +1,6 @@
1
# Deep Speech 2 on PaddlePaddle
2
3
-## Quick Start
4
-
5
-### Installation
+## Installation
6
7
Please replace `$PADDLE_INSTALL_DIR` with your paddle installation directory.
8
@@ -13,7 +11,9 @@ export LD_LIBRARY_PATH=$PADDLE_INSTALL_DIR/Paddle/third_party/install/warpctc/li
13
11
14
12
For some machines, we also need to install libsndfile1. Details to be added.
15
16
-### Preparing Dataset(s)
+## Usage
+
+### Preparing Data
17
18
```
19
cd data
0 commit comments