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

github.com/marian-nmt/marian.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHieu Hoang <hieuhoang@gmail.com>2017-04-19 15:42:06 +0300
committerHieu Hoang <hieuhoang@gmail.com>2017-04-19 15:42:06 +0300
commit9839b12530e4f9b1f87e0aa9ab6dd63684bd29dd (patch)
treef90757406d4ac624f057706841c20c707b3f0d3c /src/amun/cpu/decoder/best_hyps.h
parent736686a91e0ad2ec04c08ae898784622a1632312 (diff)
debug
Diffstat (limited to 'src/amun/cpu/decoder/best_hyps.h')
-rw-r--r--src/amun/cpu/decoder/best_hyps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/amun/cpu/decoder/best_hyps.h b/src/amun/cpu/decoder/best_hyps.h
index 15589e53..3b8f53b8 100644
--- a/src/amun/cpu/decoder/best_hyps.h
+++ b/src/amun/cpu/decoder/best_hyps.h
@@ -78,8 +78,8 @@ public:
bestCosts[i] = Probs.data()[keys[i]];
}
- std::cerr << "bestCosts=" << amunmt::Debug(bestCosts, 2) << " " << std::endl;
- std::cerr << "bestKeys=" << amunmt::Debug(bestKeys, 2) << std::endl;
+ //std::cerr << "bestCosts=" << amunmt::Debug(bestCosts, 2) << " " << std::endl;
+ //std::cerr << "bestKeys=" << amunmt::Debug(bestKeys, 2) << std::endl;
std::vector<std::vector<float>> breakDowns;
bool doBreakdown = god.Get<bool>("n-best");