From 0184bbfd60906f4241510428e7834fae3b9aa263 Mon Sep 17 00:00:00 2001 From: Shan Yi <35982308+shanyi15@users.noreply.github.com> Date: Mon, 7 May 2018 11:05:56 +0800 Subject: [PATCH] fix deadlink in en_doc --- 08.machine_translation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/08.machine_translation/README.md b/08.machine_translation/README.md index 637ddd2..45d7e19 100644 --- a/08.machine_translation/README.md +++ b/08.machine_translation/README.md @@ -326,7 +326,7 @@ is_generating = False return out ``` -4. Define the name for the decoder and the first two input for `gru_decoder_with_attention`. Note that `StaticInput` is used for the two inputs. Please refer to [StaticInput Document](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/howto/deep_model/rnn/recurrent_group_cn.md#输入) for more details. +4. Define the name for the decoder and the first two input for `gru_decoder_with_attention`. Note that `StaticInput` is used for the two inputs. Please refer to [StaticInput Document](https://github.com/PaddlePaddle/Paddle/blob/develop/doc/v2/howto/rnn/recurrent_group_en.md#input) for more details. ```python decoder_group_name = "decoder_group" -- GitLab