Skip to content

Commit

Permalink
[egs] Fix typo in lre/v1/run.sh (kaldi-asr#4655)
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbawa authored Nov 2, 2021
1 parent eb8d02b commit 8969ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/lre/v1/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ if $use_vtln; then
# Vtln-related things:
# We'll use a subset of utterances to train the GMM we'll use for VTLN
# warping.
utils/subset_data_dir.sh data/train_novtln 5000 data/train_novtln_5k
utils/subset_data_dir.sh data/train_novtln 5000 data/train_5k_novtln

# for the features we use to estimate VTLN warp factors, we use more cepstra
# (13 instead of just 7); this needs to be tuned.
Expand Down

0 comments on commit 8969ce0

Please sign in to comment.