Skip to content

Commit

Permalink
[egs] Fix to tedlium v3 run.sh (rnnlm rescoring) (#2686)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoweihuang authored and danpovey committed Sep 6, 2018
1 parent 72ff0cd commit 0859b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/tedlium/s5_r3/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ if [ $stage -le 19 ]; then

for dset in dev test; do
data_dir=data/${dset}_hires
decoding_dir=exp/chain_cleaned/tdnnf_1a
decoding_dir=exp/chain_cleaned/tdnnf_1a/decode_${dset}
suffix=$(basename $rnnlm_dir)
output_dir=${decoding_dir}_$suffix

Expand Down

0 comments on commit 0859b4f

Please sign in to comment.