From 2c99894f7c54285468ff3b5395687dd4c4a47b83 Mon Sep 17 00:00:00 2001 From: lfchener Date: Fri, 6 Dec 2019 05:59:55 +0000 Subject: [PATCH] update README.md & README_cn.md of master branch --- README.md | 4 ++-- README_cn.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9b489844..d60d77ba 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/README_cn.md b/README_cn.md index f26c5d9a..2456a9e7 100644 --- a/README_cn.md +++ b/README_cn.md @@ -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 ``` -- GitLab