From 7c581805dd9fc30ce5a94244d01c73e0132762c6 Mon Sep 17 00:00:00 2001 From: Akiomi KAMAKURA Date: Wed, 14 Nov 2018 06:13:29 +0900 Subject: [PATCH] Fix typo in docs --- nmt/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmt/model.py b/nmt/model.py index e0c4f4e03..b7e79ca03 100644 --- a/nmt/model.py +++ b/nmt/model.py @@ -362,7 +362,7 @@ def build_graph(self, hparams, scope=None): sample_id: sampling indices. Raises: - ValueError: if encoder_type differs from mono and bi, or + ValueError: if encoder_type differs from uni and bi, or attention_option is not (luong | scaled_luong | bahdanau | normed_bahdanau). """