From 1b4117efddc22d621a0fea64ffae4f8a0af1cfcc Mon Sep 17 00:00:00 2001 From: AshishKarel <58069375+AshishKarel@users.noreply.github.com> Date: Thu, 5 Dec 2019 10:53:52 +0530 Subject: [PATCH] Update Readme Python command to normalize the data have some typo errors. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f6fdfa94..c221fed3b 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,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 ```