Update Readme

Python command to normalize the data have some typo errors.
pull/1091/head
AshishKarel 6 years ago committed by GitHub
parent c277d53fc1
commit e0fb3cb97b

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