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-11-15 20:49:53 +0300
committerHieu Hoang <hieuhoang@gmail.com>2017-11-15 20:49:53 +0300
commite739829a1887e9261ecc145d2a10d4437d5aaf9a (patch)
treeb7cec3f998de36765e600dcc340d57008de7bb0f /src/amun/cpu/decoder/best_hyps.h
parent8c89af1edf01e241074eb84d03675d6b5725f7c9 (diff)
FindBests()
Diffstat (limited to 'src/amun/cpu/decoder/best_hyps.h')
-rw-r--r--src/amun/cpu/decoder/best_hyps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/amun/cpu/decoder/best_hyps.h b/src/amun/cpu/decoder/best_hyps.h
index da11996b..9a33ce51 100644
--- a/src/amun/cpu/decoder/best_hyps.h
+++ b/src/amun/cpu/decoder/best_hyps.h
@@ -26,7 +26,7 @@ class BestHyps : public BestHypsBase
{
public:
BestHyps(const God &god)
- : BestHypsBase(
+ : BestHypsBase(god,
!god.Get<bool>("allow-unk"),
god.Get<bool>("n-best"),
god.Get<std::vector<std::string>>("softmax-filter").size(),