Skip to content

Commit

Permalink
Fix path in aishell rnnlm training (#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
pkufool authored Apr 20, 2023
1 parent 5c65516 commit 0efed1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egs/aishell/ASR/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ if [ $stage -le 11 ] && [ $stop_stage -ge 11 ]; then
--batch-size 400 \
--exp-dir rnnlm_char/exp \
--lm-data $out_dir/sorted_lm_data.pt \
--lm-data-valid $out_dir/sorted_lm_data_valid.pt \
--lm-data-valid $out_dir/sorted_lm_data-valid.pt \
--vocab-size 4336 \
--master-port 12345
fi

0 comments on commit 0efed1c

Please sign in to comment.