提交 2c99894f 编写于 作者: L lfchener

update README.md & README_cn.md of master branch

上级 8130add8
......@@ -35,7 +35,7 @@ pip install paddlepaddle-gpu==0.13
- Make sure these libraries or tools installed: `pkg-config`, `flac`, `ogg`, `vorbis`, `boost` and `swig`, e.g. installing them via `apt-get`:
```bash
sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig
sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig python-dev
```
- 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
python tools/compute_mean_std.py \
--num_samples 2000 \
--specgram_type linear \
--manifest_paths data/librispeech/manifest.train \
--manifest_path data/librispeech/manifest.train \
--output_path data/librispeech/mean_std.npz
```
......
......@@ -35,7 +35,7 @@ pip install paddlepaddle-gpu==0.13
- 请确保以下库或工具已安装完毕:`pkg-config`, `flac`, `ogg`, `vorbis`, `boost``swig`, 如可以通过`apt-get`安装:
```bash
sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig
sudo apt-get install -y pkg-config libflac-dev libogg-dev libvorbis-dev libboost-dev swig python-dev
```
- 运行脚本安装其余的依赖项
......@@ -124,7 +124,7 @@ sh setup.sh
python tools/compute_mean_std.py \
--num_samples 2000 \
--specgram_type linear \
--manifest_paths data/librispeech/manifest.train \
--manifest_path data/librispeech/manifest.train \
--output_path data/librispeech/mean_std.npz
```
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册