mirror of
https://github.com/moses-smt/mosesdecoder.git
synced 2025-01-05 02:22:21 +03:00
Merge branch 'perf_moses2' of github.com:hieuhoang/mosesdecoder into perf_moses2
This commit is contained in:
commit
a3fa3ff82a
@ -68,7 +68,7 @@ void Search::Decode()
|
||||
//cerr << m_stacks << endl;
|
||||
}
|
||||
|
||||
DebugCounts();
|
||||
//DebugCounts();
|
||||
}
|
||||
|
||||
// grab the underlying contain of priority queue
|
||||
@ -243,9 +243,9 @@ void Search::DebugCounts()
|
||||
|
||||
std::map<size_t, size_t>::const_iterator iter;
|
||||
for (iter = counts.begin(); iter != counts.end(); ++iter) {
|
||||
cerr << iter->first << "=" << iter->second << endl;
|
||||
|
||||
cerr << iter->first << "=" << iter->second << " ";
|
||||
}
|
||||
cerr << endl;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user