Skip to content

Commit

Permalink
[scripts] Fix issue in copy_lat_dir.sh affecting combine_lat_dirs.sh …
Browse files Browse the repository at this point in the history
…(missing phones.txt) (kaldi-asr#3757)
  • Loading branch information
marvin-nj authored and Bar-BY committed Jan 21, 2020
1 parent 9bee308 commit 66c0634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/wsj/s5/steps/copy_lat_dir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ rm $dir/lat_tmp.*

echo $nj > $dir/num_jobs

for f in cmvn_opts splice_opts final.mdl splice_opts tree frame_subsampling_factor; do
for f in phones.txt cmvn_opts splice_opts final.mdl splice_opts tree frame_subsampling_factor; do
if [ -f $src_dir/$f ]; then cp $src_dir/$f $dir/$f; fi
done

0 comments on commit 66c0634

Please sign in to comment.