From 947c52850887f2a0b9a59ded29cd91055c0165fd Mon Sep 17 00:00:00 2001 From: ranqiu Date: Thu, 19 Oct 2017 11:23:29 +0800 Subject: [PATCH] Remove redundant flags --- python/paddle/trainer_config_helpers/networks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/paddle/trainer_config_helpers/networks.py b/python/paddle/trainer_config_helpers/networks.py index c291a4ea1d4..7afca8d7782 100644 --- a/python/paddle/trainer_config_helpers/networks.py +++ b/python/paddle/trainer_config_helpers/networks.py @@ -1529,7 +1529,7 @@ def multi_head_attention(query, :param head_num: The number of attention heads. :type head_num: int :param attention_type: The type of the attention mechanism used in each attention - heads. Now, we only support scaled dot-product attention and ### + heads. Now, we only support scaled dot-product attention and additive attention. :type attention_type: basestring :return: The context vector. -- GitLab