Skip to content

Commit

Permalink
Support seq2seq ASR modeling
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiheng committed May 1, 2018
1 parent d463407 commit f02c74c
Show file tree
Hide file tree
Showing 6 changed files with 985 additions and 205 deletions.
17 changes: 17 additions & 0 deletions scripts/nmt/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
python gnmt.py --train_dataset train_si284 \
--val_dataset test_dev93 \
--left_context 1 \
--right_context 1 \
--sub_sample 2 \
--batch_size 32 \
--src_max_len 1600 \
--tgt_max_len 150 \
--num_layers 2 \
--optimizer adam \
--lr 0.001 \
--lr_update_factor 0.5 \
--beam_size 10 \
--num_hidden 1024 \
--save_dir model_3 \
--epochs 40 \
--gpu 0
Loading

0 comments on commit f02c74c

Please sign in to comment.