diff --git a/README.md b/README.md index 829e28bd702e7fd24ea7bf052a8edbef115b21b3..9873245296c31361d5cb8fdd5d9d329fb8e9f313 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 ```