From e891445ef4d5b219f8380ae329d9de4b9cc81b3d Mon Sep 17 00:00:00 2001 From: HUANG HAO <934303306@qq.com> Date: Tue, 9 Nov 2021 21:26:34 +0800 Subject: [PATCH] comment mistake line 72 :param Tensor x: Should be the output of the encoder, rather than decoder. --- PointerLSTM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PointerLSTM.py b/PointerLSTM.py index 4e16c78..04a9344 100644 --- a/PointerLSTM.py +++ b/PointerLSTM.py @@ -69,7 +69,7 @@ def build(self, input_shape): def call(self, x, training=None, mask=None, states=None): """ - :param Tensor x: Should be the output of the decoder + :param Tensor x: Should be the output of the encoder :param Tensor states: last state of the decoder :param Tensor mask: The mask to apply :return: Pointers probabilities