Update Readme

Python command to normalize the data have some typo errors.
pull/393/head
AshishKarel 5 years ago committed by GitHub
parent 3a05fa2543
commit 1b4117efdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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
```

Loading…
Cancel
Save