From 599d541de51210cde59ea6c499961202bdee3587 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Sat, 24 Feb 2018 09:42:28 +0800 Subject: [PATCH] Fix typo --- nmt/model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nmt/model.py b/nmt/model.py index fb789815..bb72ea11 100644 --- a/nmt/model.py +++ b/nmt/model.py @@ -613,7 +613,7 @@ def _build_bidirectional_rnn(self, inputs, sequence_length, num_bi_layers, num_bi_residual_layers, base_gpu=0): - """Create and call biddirectional RNN cells. + """Create and call bidirectional RNN cells. Args: num_residual_layers: Number of residual layers from top to bottom. For