diff options
author | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2014-01-18 21:57:32 -0500 |
---|---|---|
committer | Chris Dyer <cdyer@allegro.clab.cs.cmu.edu> | 2014-01-18 21:57:32 -0500 |
commit | ecccfb93c2e259fa5b6bb672cb9cadfa68d573a6 (patch) | |
tree | 6eb25201d105b090fcca8801c9c1b77803c20739 /compound-split/de/TRAIN | |
parent | 1f89eb5d2f72cc52b5aeb6a22a2a1661924cd300 (diff) |
new tuning of crf compound splitter for wmt14
Diffstat (limited to 'compound-split/de/TRAIN')
-rwxr-xr-x | compound-split/de/TRAIN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compound-split/de/TRAIN b/compound-split/de/TRAIN index 2b48a8d2..835ffcfc 100755 --- a/compound-split/de/TRAIN +++ b/compound-split/de/TRAIN @@ -1,2 +1,2 @@ -~/cdec/training/mpi_batch_optimize -w weights.trained -t dev.in-ref -p -c cdec-train.ini -M 200 +mpirun -np 8 ~/cdec/training/crf/mpi_batch_optimize -w weights.trained -t train.in-ref -p -c cdec-train.ini -M 200 |