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 | 3c1e7365d8708846dfffd598158571d4c4abd097 (patch) | |
tree | bb1865a9e47f82ec5cef353e9ccce5043a255866 /compound-split/de/TRAIN | |
parent | 1bc1a92c0f72fe4266182f9cb467b75e670a1dac (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 |