Skip to content

Commit

Permalink
[egs] update run_tdnn_discriminative.sh in librispeech recipe (#3689)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangj-dc authored and danpovey committed Oct 29, 2019
1 parent d91beea commit d649afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions egs/librispeech/s5/local/chain/run_tdnn_discriminative.sh
Expand Up @@ -95,8 +95,8 @@ if [ $frame_subsampling_factor -ne 1 ]; then

data_dirs=
for x in `seq -$[frame_subsampling_factor/2] $[frame_subsampling_factor/2]`; do
utils/data/shift_feats.sh --cmd "$train_cmd --max-jobs-run 40" --nj 350 \
$x $train_data_dir exp/shift_hires
utils/data/shift_feats.sh \
$x $train_data_dir ${train_data_dir}_fs$x
utils/fix_data_dir.sh ${train_data_dir}_fs$x
data_dirs="$data_dirs ${train_data_dir}_fs$x"
awk -v nfs=$x '{print "fs"nfs"-"$0}' $train_ivector_dir/ivector_online.scp >> ${train_ivector_dir}_fs/ivector_online.scp
Expand Down

0 comments on commit d649afd

Please sign in to comment.