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:
Diffstat (limited to 'mgizapp/src/hmm.cpp')
-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;