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

github.com/moses-smt/mgiza.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoredwardgao <edwardgao@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2010-01-25 04:47:47 +0300
committeredwardgao <edwardgao@9a26d1b7-1c8f-445c-8fdd-6576f508279d>2010-01-25 04:47:47 +0300
commit7ae4ac9642196cb33b79ea555a248e4484bc40c4 (patch)
tree527a487f33c6163459db958723441c3ebb6415b5 /mgizapp
parent29f3d5d34d4cc7c83a5fa5a8e47eb7b0dca6a3be (diff)
abw
Diffstat (limited to 'mgizapp')
-rw-r--r--mgizapp/src/hmm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/mgizapp/src/hmm.cpp b/mgizapp/src/hmm.cpp
index ca48477..b76126f 100644
--- a/mgizapp/src/hmm.cpp
+++ b/mgizapp/src/hmm.cpp
@@ -125,6 +125,8 @@ int hmm::em_with_tricks(int noIterations,bool dumpCount,
it_st = time(NULL) ;
cout << endl << "-----------\n" << modelName << ": Iteration " << it << '\n';
dump_files = (dumpFreq != 0) && ((it % dumpFreq) == 0 || it == noIterations) && !NODUMPS;
+
+ cerr << "Dump files " << dump_files << " it " << it << " noIterations " << noIterations << " dumpFreq " << dumpFreq <<endl;
//dump_files = true;
number = "";
int n = it;