diff options
author | Chris Dyer <redpony@gmail.com> | 2014-09-07 13:57:52 -0400 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-09-07 13:57:52 -0400 |
commit | ffd0096320770325a8925dd17453d1fdd9375bb9 (patch) | |
tree | 200b1a6d1b14853d8ed6acb649ab9add881cc99b /training/dtrain/examples/toy/dtrain.ini | |
parent | 49c105dfc1fc3a0334d03de4d361abf23a6f1898 (diff) | |
parent | e6f2dd6892e277d0a868c22f726c4a83c86da016 (diff) |
Merge pull request #50 from pks/master
alignment features, PassThroughN features, dtrain update, mira qsub, and pro fix
Diffstat (limited to 'training/dtrain/examples/toy/dtrain.ini')
-rw-r--r-- | training/dtrain/examples/toy/dtrain.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/training/dtrain/examples/toy/dtrain.ini b/training/dtrain/examples/toy/dtrain.ini index cd715f26..ef956df7 100644 --- a/training/dtrain/examples/toy/dtrain.ini +++ b/training/dtrain/examples/toy/dtrain.ini @@ -2,7 +2,7 @@ decoder_config=cdec.ini input=src refs=tgt output=- -print_weights=logp shell_rule house_rule small_rule little_rule PassThrough +print_weights=logp shell_rule house_rule small_rule little_rule PassThrough PassThrough_1 PassThrough_2 PassThrough_3 PassThrough_4 PassThrough_5 PassThrough_6 k=4 N=4 epochs=2 |