Skip to content

Commit 9f7fa29

Browse files
authored
Merge pull request #395 from lfchener/update_master
update README.md & README_cn.md of master branch
2 parents 8130add + 2c99894 commit 9f7fa29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pip install paddlepaddle-gpu==0.13
3535
- Make sure these libraries or tools installed: `pkg-config`, `flac`, `ogg`, `vorbis`, `boost` and `swig`, e.g. installing them via `apt-get`:
3636

3737
```bash
38-
sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig
38+
sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig python-dev
3939
```
4040

4141
- Run the setup script for the remaining dependencies
@@ -124,7 +124,7 @@ To perform z-score normalization (zero-mean, unit stddev) upon audio features, w
124124
python tools/compute_mean_std.py \
125125
--num_samples 2000 \
126126
--specgram_type linear \
127-
--manifest_paths data/librispeech/manifest.train \
127+
--manifest_path data/librispeech/manifest.train \
128128
--output_path data/librispeech/mean_std.npz
129129
```
130130

README_cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pip install paddlepaddle-gpu==0.13
3535
- 请确保以下库或工具已安装完毕:`pkg-config`, `flac`, `ogg`, `vorbis`, `boost``swig`, 如可以通过`apt-get`安装:
3636

3737
```bash
38-
sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig
38+
sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig python-dev
3939
```
4040

4141
- 运行脚本安装其余的依赖项
@@ -124,7 +124,7 @@ sh setup.sh
124124
python tools/compute_mean_std.py \
125125
--num_samples 2000 \
126126
--specgram_type linear \
127-
--manifest_paths data/librispeech/manifest.train \
127+
--manifest_path data/librispeech/manifest.train \
128128
--output_path data/librispeech/mean_std.npz
129129
```
130130

0 commit comments

Comments
 (0)