Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/mosesdecoder.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2016-10-31 19:27:25 +0300
committerHieu Hoang <hieuhoang@gmail.com>2016-10-31 19:27:25 +0300
commit5992f58d99c1b177726dcf7cd145e5c4422bd8b1 (patch)
tree0dd311dd4f3e070b01ec876d5909e7be43b38072
parent7f84462785317629d2c5c946f340ad4d0e4d5e5b (diff)
comment out debugging messages
-rwxr-xr-xscripts/generic/multi_moses.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/generic/multi_moses.py b/scripts/generic/multi_moses.py
index 2921a5e30..97ffc2cdb 100755
--- a/scripts/generic/multi_moses.py
+++ b/scripts/generic/multi_moses.py
@@ -95,9 +95,9 @@ def run_instance(cmd_base, threads, tasks, cpu_affinity, cpu_offset, n_best=Fals
cmd.append('--cpu-affinity-offset')
cmd.append(str(cpu_offset))
- print 'BEFORE'
- print cmd
- print 'AFTER\n'
+ #print 'BEFORE'
+ #print cmd
+ #print 'AFTER\n'
try:
# Queue of tasks instance is currently working on, limited to the number