Skip to content

Commit

Permalink
Update train-rnn-lm.sh (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
JinZr authored Oct 25, 2023
1 parent 1814bbb commit dcbc7a6
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions egs/ptb/LM/train-rnn-lm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,8 @@ if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
--world-size $world_size \
--use-fp16 0 \
--vocab-size 500 \
\
--lm-data ./data/lm_training_bpe_500/sorted_lm_data.pt \
--lm-data-valid ./data/lm_training_bpe_500/sorted_lm_data-valid.pt \
\
--embedding-dim 800 \
--hidden-dim 200 \
--num-layers 2 \
Expand All @@ -56,9 +54,7 @@ if [ $stage -le 1 ] && [ $stop_stage -ge 1 ]; then
--epoch $use_epoch \
--avg $use_avg \
--vocab-size 500 \
\
--lm-data ./data/lm_training_bpe_500/sorted_lm_data-test.pt \
\
--embedding-dim 800 \
--hidden-dim 200 \
--num-layers 2 \
Expand Down

0 comments on commit dcbc7a6

Please sign in to comment.